feat:省市区
This commit is contained in:
@@ -91,6 +91,9 @@ public class ShopInfoDO {
|
||||
@Column(name = "shop_stage")
|
||||
private Integer shopStage;
|
||||
|
||||
@Column(name = "铺位详细地址")
|
||||
private String detailAddress;
|
||||
|
||||
/**
|
||||
* 删除标识
|
||||
*/
|
||||
|
||||
@@ -18,6 +18,10 @@ public class AddSignFranchiseRequest {
|
||||
private Long shopId;
|
||||
|
||||
private Long regionId;
|
||||
|
||||
private String shopName;
|
||||
|
||||
private String detailAddress;
|
||||
/**
|
||||
* SignTypeEnum
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user