| | |
| | | int sgscxh = 4; |
| | | } |
| | | |
| | | |
| | | public interface patrolTaskStatus{ |
| | | int waitStart = 0; |
| | | int working= 1; |
| | | int timeout = 2; |
| | | int finish =3; |
| | | int cancel =4; |
| | | } |
| | | public static Date getBirthdyByCardNo(String idCard){ |
| | | if(idCard ==null || idCard.length()<14){ |
| | | return null; |
| | |
| | | public static final String GOODSORDER_KEY = "ordercode_"; |
| | | public static final String ACTIVITY_SIGN_KEY = "actcode_"; |
| | | public static final String AFTERSALE_KEY = "salecode_"; |
| | | public static final String PATROL_SCHEME_CODE_KEY = "patrolSchemeCode"; |
| | | } |
| | | |
| | | |
| | |
| | | int driver = 0;//司机人员 |
| | | int visitor = 1;//普通访客 |
| | | int internal = 2;//内部人员 |
| | | int customer = 3;//客户人员 |
| | | } |
| | | |
| | | |