补齐父手机客户

This commit is contained in:
2026-05-19 09:31:13 +08:00
parent b73f5505bf
commit 893af21ce2
4 changed files with 47 additions and 3 deletions

View File

@@ -177,4 +177,8 @@ public class LbUser implements Serializable {
@TableField("pname")
@Schema(description = "上级用户昵称")
private String pname;
@TableField("pmobile")
@Schema(description = "上级用户手机号")
private String pmobile;
}