update 【编辑开票类型】 项目类型校验改为NotNull
This commit is contained in:
@@ -20,7 +20,7 @@ public class EditBillTypeParam {
|
||||
private String projectId;
|
||||
/**项目类型*/
|
||||
@ApiModelProperty(value = "项目类型")
|
||||
@NotBlank(message = "项目类型不能为空")
|
||||
@NotNull(message = "项目类型不能为空")
|
||||
private Integer projectType;
|
||||
|
||||
/**邮寄联系人id*/
|
||||
|
||||
Reference in New Issue
Block a user