diff --git a/framework/src/main/java/cn/lili/modules/store/entity/dto/StoreEditDTO.java b/framework/src/main/java/cn/lili/modules/store/entity/dto/StoreEditDTO.java index 0400c246..567594bf 100644 --- a/framework/src/main/java/cn/lili/modules/store/entity/dto/StoreEditDTO.java +++ b/framework/src/main/java/cn/lili/modules/store/entity/dto/StoreEditDTO.java @@ -49,7 +49,6 @@ public class StoreEditDTO { @ApiModelProperty(value = "公司地址地区") private String companyAddressPath; - @Mobile @ApiModelProperty(value = "公司电话") private String companyPhone;