提交 c117d8b1 authored 作者: zhoushaopan's avatar zhoushaopan

fix(维修模块): 修改了接收vo 验证的消息

修改了接收vo 验证的消息
上级 88501cfd
...@@ -36,7 +36,8 @@ public class RepairBackBillSaveVo { ...@@ -36,7 +36,8 @@ public class RepairBackBillSaveVo {
@NotNull(message = "receiveUnit不能为空") @NotNull(message = "receiveUnit不能为空")
@ApiModelProperty(value = "接收单位", example = "市机要局") @ApiModelProperty(value = "接收单位", example = "市机要局")
private String receiveUnit; private String receiveUnit;
@NotNull(message = "receiveUnit不能为空")
@NotNull(message = "receiveUnitId不能为空")
@ApiModelProperty(value = "接收单位Id", example = "市机要局") @ApiModelProperty(value = "接收单位Id", example = "市机要局")
private Integer receiveUnitId; private Integer receiveUnitId;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论