| | |
| | | public final static Integer UYSuccessCode = 200; |
| | | public final static Integer PageNo = 1; |
| | | public final static Integer PageSize = 20000; |
| | | public final static Integer HKPageSize = 5000; |
| | | //请求参数dataType-卡口过车 |
| | | public final static Integer HK_DataType_CAR = 1; |
| | | //请求参数dataType-人脸数据 |
| | |
| | | public final static Integer UY_OnlineStatus_Online = 1; |
| | | public final static Integer UY_OnlineStatus_Offline = -1; |
| | | public final static Integer UY_OnlineStatus_Unknown = 0; |
| | | |
| | | //Python校验标识 |
| | | public final static Integer PY_OSD_Correct = 1; |
| | | public final static Integer PY_OSD_Unknown = 0; |
| | | public final static Integer PY_OSD_Error = -1; |
| | | |
| | | //自贡行政编码 |
| | | public final static String AreaNo = "5103"; |
| | | |
| | | //省厅前缀 |
| | | public final static String Province = "Province_"; |
| | | |
| | | |
| | | |
| | | |
| | | } |