Merge remote-tracking branch 'origin/cc_20251112_wallet' into cc_20251112_wallet
This commit is contained in:
@@ -158,4 +158,7 @@ public class ShopInfoDO {
|
||||
//红圈通门店id
|
||||
@Column(name = "hqt_shop_id")
|
||||
private String hqtShopId;
|
||||
// 门店id
|
||||
@Column(name = "store_id")
|
||||
private String storeId;
|
||||
}
|
||||
@@ -16,6 +16,8 @@ import java.util.Date;
|
||||
public class StoreMasterDTO {
|
||||
|
||||
private String enterpriseId;
|
||||
@ApiModelProperty("门店id")
|
||||
private String storeId;
|
||||
|
||||
@ApiModelProperty("门店名称(加盟签约)")
|
||||
private String storeName;
|
||||
|
||||
Reference in New Issue
Block a user