首页>代码>Spring+Spring MVC+Mybatis+Maven+MySql+bootstrap框架搭建与分页查询实例>/ssm_project-master/ssm_project/src/main/java/com/lin/common/HttpConstants.java
01 | package com.lin.common; |
02 |
03 | public class HttpConstants { |
04 |
05 | public static final String SYSTEM_ERROR_MSG = "系统错误" ; |
06 | |
07 | public static final String REQUEST_PARAMS_NULL = "请求参数为空" ; |
08 |
09 | public static final String SERVICE_RESPONSE_NULL = "服务端返回结果为空" ; |
10 | |
11 | // 服务端返回成功的标志 |
12 | public static final String SERVICE_RESPONSE_SUCCESS_CODE = "AMS00000" ; |
13 | |
14 | // 服务端返回结果的标志 |
15 | public static final String SERVICE_RESPONSE_RESULT_FLAG = "returnCode" ; |
16 | |
17 | // 服务端返回结果失败的标志 |
18 | public static final String SERVICE_RESPONSE_RESULT_MSG = "errorMsg" ; |
19 | |
20 | // 返回给前段页面成功或失败的标志 |
21 | public static final String RESPONSE_RESULT_FLAG_ISERROR = "isError" ; |
22 | |
23 | // 执行删除操作 |
24 | public static final String OPERATION_TYPE_DELETE = "D" ; |
25 |
26 | public static final String ENUM_PATH = "com.mucfc.msm.enumeration." ; |
27 | |
28 | } |


ma406805131 LV19
2024年12月18日
wanderingsoul LV2
2024年6月15日
xin xie LV1
2024年6月13日
加油干阳神 LV9
2024年5月21日
沈从文 LV3
2023年12月31日
微信网友_6802139027345408 LV2
2023年12月31日
taoshen95 LV16
2023年12月25日
yolo_light LV1
2023年12月21日
wanglinddad LV55
2023年12月19日
WBelong LV8
2023年12月11日