Merge remote-tracking branch 'origin/cc_20251112_wallet' into cc_20251112_wallet

This commit is contained in:
苏竹红
2025-11-13 18:44:31 +08:00
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;