| | |
| | | /** |
| | | * app name |
| | | */ |
| | | String APPLICATION_NAME = AppConstant.APPLICATION_NAME_PREFIX + "api"; |
| | | String APPLICATION_NAME = "jczz-" + "api"; |
| | | |
| | | /** |
| | | * sword 系统名 |
| | |
| | | */ |
| | | Integer API_SCOPE_CATEGORY = 2; |
| | | |
| | | Integer NUMBER_ZERO = 0; |
| | | |
| | | Integer NUMBER_ONE = 1; |
| | | |
| | | Integer NUMBER_TWO = 2; |
| | | |
| | | Integer NUMBER_FIVE = 5; |
| | | |
| | | Integer NUMBER_THREE = 3; |
| | | |
| | | Integer NUMBER_FOUR = 4; |
| | | |
| | | Integer NUMBER_EIGHT = 8; |
| | | |
| | | Integer NUMBER_SEVEN = 7; |
| | | Integer NUMBER_SIX = 6; |
| | | |
| | | String RESIDENT = "居民"; |
| | | |
| | | int REPORT_TYPE_SECONDHAND_TRADE = 5; // 二手车 |
| | | int REPORT_TYPE_FIRE_INSPECTION = 2; // 自查 |
| | | int REPORT_TYPE_NO_FRAUD = 6; // 无诈 |
| | | |
| | | |
| | | } |