设备状态类型代码提交
							parent
							
								
									6c66ec37ca
								
							
						
					
					
						commit
						680e6b9979
					
				| @ -0,0 +1,18 @@ | |||||||
|  | package com.glxp.api.constant; | ||||||
|  | 
 | ||||||
|  | //设备任务状态
 | ||||||
|  | public class DeviceStatus { | ||||||
|  | 
 | ||||||
|  |     public static final int DEVICE_STATUS_TEMP_SAVE = 0; //草稿
 | ||||||
|  | 
 | ||||||
|  |     public static final int DEVICE_STATUS_TEMP_UNDISTRIBUTTED = 1; //未分配
 | ||||||
|  | 
 | ||||||
|  |     public static final int DEVICE_STATUS_TEMP_UNINSPECTTION = 2; //未巡检 已分配
 | ||||||
|  | 
 | ||||||
|  |     public static final int DEVICE_STATUS_TEMP_DURINGINSPECTTION = 3; //巡检中
 | ||||||
|  | 
 | ||||||
|  |     public static final int DEVICE_STATUS_TEMP_INSPECTED = 4; //已巡检
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,10 @@ | |||||||
|  | package com.glxp.api.constant; | ||||||
|  | 
 | ||||||
|  | public interface DeviceType { | ||||||
|  | 
 | ||||||
|  |     int TYPE_INSPECTTION = 1; //巡检
 | ||||||
|  | 
 | ||||||
|  |     int TYPE_MAINTAIN = 2;  //养护
 | ||||||
|  | 
 | ||||||
|  |     int TYPE_REPAIR = 3;  //报修
 | ||||||
|  | } | ||||||
					Loading…
					
					
				
		Reference in New Issue