| | |
| | | //是否显示验证码 |
| | | public final static String isShowCode = "isShowCode"; |
| | | |
| | | //是否开始巡检 |
| | | public final static String isStartInspec = "isStartInspec"; |
| | | //当前巡检状态 0没有开始,1开始,2暂停 |
| | | public final static String inspectionState = "inspectionState"; |
| | | |
| | | //定位后 |
| | | public final static String locationData = "locationData"; |
| | | |
| | | public final static String MQTTData = "MQTTData"; |
| | | |
| | | public final static String NetworkCallback = "NetworkCallback"; |
| | | |
| | | //刷新新工单小红点 |
| | | public final static String RedLotRefresh = "RedLotRefresh"; |
| | | |
| | | //创建通知 |
| | | public final static String CreateNotification = "CreateNotification"; |
| | | |
| | | /** |
| | | * 刷新数据事件 |
| | | */ |
| | | public static final String refreshData = "refreshData"; |
| | | |
| | | //取水口是否显示的key |
| | | public static final String markerKeyIsShow = "markerKeyIsShow"; |
| | | |
| | | public static final String divideIsShow = "divideIsShow"; |
| | | |
| | | public static final String pipeNetworkIsShow = "pipeNetworkIsShow"; |
| | | } |