fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user