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

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;
}