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

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
@@ -76,4 +76,7 @@ public class CustomerDTO extends BaseVOEntity {
@ApiModelProperty(name = "邮箱")
private String userEmail;
@ApiModelProperty(name = "备注")
private String userRemark;
}