This commit is contained in:
zhangchenbiao
2023-06-25 16:33:09 +08:00
parent be9399d1cb
commit b8d154343e

View File

@@ -26,10 +26,10 @@ public class BaseUserInfoRequest {
private String liveArea;
@ApiModelProperty("意向开店区域ID")
private String wantShopArea;
private Long wantShopArea;
@ApiModelProperty("意向开店区域Name")
private Long wantShopAreaName;
private String wantShopAreaName;
@ApiModelProperty("0不接受调剂、1全国调剂、2省内调剂、3市内调剂")
private Integer acceptAdjustType;