Commit 9df878dd authored by 徐俊's avatar 徐俊

xujun

parent a03dc835
......@@ -24,7 +24,7 @@ import java.util.List;
public class ComUnitDTO extends BaseDTO {
/** 树编码 */
@ApiModelProperty(value = "树编码", position = 1 , required = true)
// @NotNull(message = "树编码不能为空")
// @NotNull(message = "树编码不能为空")
@Length(max=50, message = "树编码不能大于50")
private String treeCode;
/** 单位名称 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment