Browse Source

门店/订单结构

Veronique 2 years ago
parent
commit
2f5bdcc1da

+ 1 - 1
ddCommon/src/main/java/com/dderp/common/entity/store/StoreInfo.java

@@ -62,7 +62,7 @@ public class StoreInfo extends BaseEntity {
     @Comment("法人姓名")
     private String legalPersonName;
 
-    @Comment("门店开票信息1")
+    @Comment("门店开票信息")
     private StoreInvoiceInfo invoiceInfo;
 
     @Comment("员工")