huanghongfa
2021-08-23 508dd8dde98b7da379e56a819d1cb8d78b98a110
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComCvtBusinessDTO.java
@@ -26,6 +26,7 @@
    @ApiModelProperty("商家名称")
    @NotBlank(groups = {AddGroup.class},message = "商家名称不能为空")
    @Length(groups = {AddGroup.class}, max = 35, message = "商家名称不能为空大于35个字")
    private String name;
    @ApiModelProperty("联系人")