feat:省市区

This commit is contained in:
苏竹红
2024-10-09 18:01:42 +08:00
parent 8855a22abd
commit 0e1080b0e3
4 changed files with 39 additions and 2 deletions

View File

@@ -91,6 +91,9 @@ public class ShopInfoDO {
@Column(name = "shop_stage")
private Integer shopStage;
@Column(name = "铺位详细地址")
private String detailAddress;
/**
* 删除标识
*/

View File

@@ -18,6 +18,10 @@ public class AddSignFranchiseRequest {
private Long shopId;
private Long regionId;
private String shopName;
private String detailAddress;
/**
* SignTypeEnum
*/

View File

@@ -13,6 +13,13 @@ public class AddSignFranchiseResponse {
private Long id;
private Long shopId;
private Long regionId;
private String regionName;
private String detailAddress;
/**
* SignTypeEnum
*/
@@ -61,6 +68,9 @@ public class AddSignFranchiseResponse {
@ApiModelProperty("门店地址")
private String storeAddress;
@ApiModelProperty("门店省市区")
private String storeProvinceCity;
@ApiModelProperty("所属大区")
private String bigRegion;