接口
添加字段
This commit is contained in:
@@ -61,7 +61,7 @@ public class PartnerLineInfoAndBaseInfoDTO {
|
||||
private String passUserId;
|
||||
|
||||
@ApiModelProperty("通过证明")
|
||||
private String passCertifyFile;
|
||||
private String certifyFile;
|
||||
|
||||
private Integer lineStatus;
|
||||
|
||||
|
||||
@@ -66,6 +66,9 @@ public class PartnerLineInfoAndBaseInfoVO {
|
||||
@ApiModelProperty("通过人ID")
|
||||
private String passUserId;
|
||||
|
||||
@ApiModelProperty("通过人手机号")
|
||||
private String passUserMobile;
|
||||
|
||||
@ApiModelProperty("通过证明")
|
||||
private List<String> passCertifyFile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user