货主管理新增字段 补充备注

This commit is contained in:
zhou-hongcheng
2026-01-21 16:54:26 +08:00
parent f3f10d10db
commit 9e8f0f195a
3 changed files with 9 additions and 0 deletions
@@ -247,4 +247,7 @@ public class UserPo {
@ApiModelProperty("税号")
private String taxNumber;
@ApiModelProperty("备注")
private String remark;
}
@@ -75,4 +75,7 @@ public class CustomerDO extends BaseVOEntity {
@ApiModelProperty(name = "邮箱")
private String userEmail;
@ApiModelProperty(name = "备注")
private String userRemark;
}
@@ -76,4 +76,7 @@ public class CustomerDTO extends BaseVOEntity {
@ApiModelProperty(name = "邮箱")
private String userEmail;
@ApiModelProperty(name = "备注")
private String userRemark;
}