线索信息与基本信息

This commit is contained in:
苏竹红
2023-06-20 19:44:52 +08:00
parent c11990517c
commit 450802098b
5 changed files with 15 additions and 3 deletions

View File

@@ -62,4 +62,6 @@ public class PartnerLineInfoAndBaseInfoDTO {
@ApiModelProperty("通过证明")
private String passCertifyFile;
private Integer lineStatus;
}

View File

@@ -37,6 +37,9 @@ public class PartnerIntentInfoVO {
@ApiModelProperty("意向开店区域")
private String wantShopArea;
@ApiModelProperty("意向开店区域名称")
private String wantShopAreaName;
@ApiModelProperty("0不接受调剂、1全国调剂、2省内调剂、3市内调剂")
private Integer acceptAdjustType;