Commit 36263ee8 by huangjinxin

fix:去掉非空校验

1 parent 44d95322
...@@ -124,13 +124,13 @@ public class OrderDTO { ...@@ -124,13 +124,13 @@ public class OrderDTO {
/** /**
* 服务单标签列表 * 服务单标签列表
*/ */
@NotNull // @NotNull
private List<String> orderTags; private List<String> orderTags;
/** /**
* 备注(周末安装/到小区打电话) * 备注(周末安装/到小区打电话)
*/ */
@NotBlank // @NotBlank
private String description; private String description;
/** /**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!