fix 开店详情增加字段
This commit is contained in:
@@ -58,8 +58,10 @@ public class BranchShopDetailResponse {
|
||||
@ApiModelProperty("意向开店区域")
|
||||
private String wantRegionName;
|
||||
|
||||
@ApiModelProperty("意向开店区域id")
|
||||
@ApiModelProperty("意向开店区域市id")
|
||||
private Long wantRegionId;
|
||||
@ApiModelProperty("意向开店区域省id")
|
||||
private Long wantRegionParentId;
|
||||
|
||||
@ApiModelProperty("门店状态:0.跟进中 1.已完成 2.已放弃")
|
||||
private Integer shopStatus;
|
||||
|
||||
Reference in New Issue
Block a user