From 98b863be6f510d3e508b987404686ef024b16aed Mon Sep 17 00:00:00 2001 From: Chopper Date: Fri, 5 Aug 2022 17:14:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=93=8D=E4=BD=9C=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E9=AA=8C=E8=AF=81=E5=AD=98=E5=9C=A8=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/cn/lili/modules/store/entity/dto/StoreEditDTO.java | 1 - 1 file changed, 1 deletion(-) 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;