暂降治理一期工作内容
This commit is contained in:
@@ -8,6 +8,9 @@ package com.njcn.web.constant;
|
||||
public interface ValidMessage {
|
||||
|
||||
|
||||
String MISS_PREFIX="字段不能为空,请检查";
|
||||
|
||||
|
||||
String ID_NOT_BLANK = "id不能为空,请检查id参数";
|
||||
|
||||
String ID_FORMAT_ERROR = "id格式错误,请检查id参数";
|
||||
@@ -20,6 +23,10 @@ public interface ValidMessage {
|
||||
|
||||
String NAME_FORMAT_ERROR = "名称格式错误,请检查name参数";
|
||||
|
||||
String INDUSTRY_NOT_BLANK = "行业不能为空,请检查industry参数";
|
||||
String INDUSTRY_FORMAT_ERROR = "行业格式错误,请检查industry参数";
|
||||
String ADDR_NOT_BLANK = "所属区域不能为空,请检查addr参数";
|
||||
|
||||
String CODE_NOT_BLANK = "编号不能为空,请检查code参数";
|
||||
|
||||
String CODE_FORMAT_ERROR = "编号格式错误,请检查code参数";
|
||||
|
||||
Reference in New Issue
Block a user