| | |
| | | public static final Integer ONE = 1; |
| | | public static final Integer TWO = 2; |
| | | public static final Integer ZERO = 0; |
| | | public static final Integer THREE = 3; |
| | | public static boolean DEALING_COMPANY_SYNC = false ; |
| | | public static boolean DEALING_MEMBER_SYNC = false ; |
| | | public static final String WORKORDER_FILE_PATH ="WORKORDER_FILE_PATH" ; |
| | | |
| | | public static final String REDIS_TOKEN_KEY = "token_"; |
| | | /** |
| | |
| | | */ |
| | | class IgnoreDate extends Date {} |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 文件附件类型 |
| | | */ |
| | | public interface multiFileType{ |
| | | //0SHE上报 1跌绊滑上报 2跌绊滑处理 3跌绊滑分配物业主管 4跌绊滑分配处理人 5DCA风险上报 6DCA风险处理 7DCA工单图片 |
| | | int sheUpload = 0; |
| | | int dbhUpload = 1; |
| | | int dbhDeal = 2; |
| | | int dbhAllocation = 3; |
| | | int dbhDealUser = 4; |
| | | int dcaUpload = 5; |
| | | int dcaDeal = 6; |
| | | int dcaWorkOrder= 7; |
| | | } |
| | | } |