add 字段

This commit is contained in:
shuo.wang
2025-04-10 10:57:09 +08:00
parent 2cbe1758e5
commit f7bbd74990
2 changed files with 15 additions and 5 deletions

View File

@@ -104,7 +104,12 @@ public class PartnerBaseInfoVO {
private String unifiedSocialCreditCode;
@ApiModelProperty("督导name")
private String supervisorName;
private String supervisorId;
@ApiModelProperty("督导手机号")
private String supervisorMobile;
public static PartnerBaseInfoVO from(QualificationsInfoDO qualificationsInfoDO, LineInfoDO lineInfoDO) {