1.审批通过选战区
2.查数据时回显大区regionId
This commit is contained in:
@@ -26,4 +26,7 @@ public class AuditPassRequest {
|
||||
@ApiModelProperty("通过原因")
|
||||
private String passReason;
|
||||
|
||||
@ApiModelProperty("战区regionId,只在意向加盟申请阶段使用")
|
||||
private Long fightRegion;
|
||||
|
||||
}
|
||||
|
||||
@@ -68,6 +68,8 @@ public class PartnerBaseInfoVO {
|
||||
|
||||
@ApiModelProperty("公开拒绝原因")
|
||||
private String rejectPublicReason;
|
||||
@ApiModelProperty("大区regionId")
|
||||
private Long bigRegionId;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user