fix:新建shop门店新增storeId,建店携带storeId

This commit is contained in:
wangff
2025-11-12 18:39:52 +08:00
parent c99c4375d7
commit e6e57d6304
5 changed files with 13 additions and 3 deletions

View File

@@ -158,4 +158,7 @@ public class ShopInfoDO {
//红圈通门店id
@Column(name = "hqt_shop_id")
private String hqtShopId;
// 门店id
@Column(name = "store_id")
private String storeId;
}

View File

@@ -16,6 +16,8 @@ import java.util.Date;
public class StoreMasterDTO {
private String enterpriseId;
@ApiModelProperty("门店id")
private String storeId;
@ApiModelProperty("门店名称(加盟签约)")
private String storeName;