This commit is contained in:
ZZ 2021-10-27 13:56:46 +08:00
parent be14c7eeab
commit d87fe0cb8e

View File

@ -144,7 +144,7 @@ public class QueryEquipBusinessPolicyController {
//塞入包装类 //塞入包装类
CommonResponse commonResponse = new CommonResponse(); CommonResponse commonResponse = new CommonResponse();
commonResponse.setMsg("请求查询业务策略成功"); commonResponse.setMsg("Query equipment business policy success");
commonResponse.setRet("0"); commonResponse.setRet("0");
commonResponse.setData(JSONUtil.toJSONString(equipBizResponse)); commonResponse.setData(JSONUtil.toJSONString(equipBizResponse));