意向加盟
This commit is contained in:
@@ -2,6 +2,7 @@ package com.cool.store.response;
|
||||
|
||||
import com.cool.store.entity.SigningBaseInfoDO;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import io.swagger.models.auth.In;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
@@ -43,6 +44,9 @@ public class SigningBaseInfoResponse {
|
||||
@ApiModelProperty("更新时间")
|
||||
private Date updateTime;
|
||||
|
||||
@ApiModelProperty("加盟身份 1个人加盟 2企业加盟")
|
||||
private Integer type;
|
||||
|
||||
|
||||
public static SigningBaseInfoResponse from(SigningBaseInfoDO signingBaseInfoDO) {
|
||||
if (signingBaseInfoDO == null) {
|
||||
|
||||
@@ -25,6 +25,8 @@ public class PartnerBaseInfoVO {
|
||||
private String mobile;
|
||||
@ApiModelProperty("1男 2女")
|
||||
private Integer sex;
|
||||
@ApiModelProperty("意向加盟区域")
|
||||
private String area;
|
||||
@ApiModelProperty("意向区域编码")
|
||||
private String areaCode;
|
||||
@ApiModelProperty("常驻区域详细地址(居住地址)")
|
||||
|
||||
Reference in New Issue
Block a user