1
2
3
4
5
6
7
8
9
10
11
12
| package safeluck.drive.evaluation.DB;
|
| /**
| * MyApplication2
| * Created by lzw on 2019/11/26. 12:01:53
| * 邮箱:632393724@qq.com
| * All Rights Saved! Chongqing AnYun Tech co. LTD
| */
| public class Constant {
| public static final String CRITERIAFOR_I_JSON = "criteria_I.json";
| public static final String CRITERIAFOR_II_JSON = "criteria_II.json";
| }
|
|