screen-common/src/main/java/com/moral/constant/Constants.java
@@ -212,12 +212,32 @@ /* * 字典表走航车设备类型 * */ public static final String SPECIAL_DEVICE_CAR = "0"; public static final String SPECIAL_DEVICE_CRUISER = "0"; /* * 字典表无人机设备类型 * */ public static final String SPECIAL_DEVICE_UAV = "1"; /* * 时报 * */ public static final String HOURYLYREPORT = "0"; /* * 日报 * */ public static final String DAILYREPORT = "1"; /* * 周报 * */ public static final String WEEKLYREPORT = "2"; /* * 月报 * */ public static final String MONTHLYREPORT = "3"; }