This commit is contained in:
zhy
2025-09-30 10:09:28 +08:00
parent 044699eb03
commit fadfa21329

View File

@@ -169,13 +169,6 @@ private static final long serialVersionUID=1L;
@Excel(name = "住宿楼栋")
@TableField(exist = false)
public String buildingName;
/**
* 家长电话
*/
@ApiModelProperty("家长电话")
@TableField("parent_phone")
@Excel(name = "家长电话")
public String parentPhone;
@Excel(name = "宿舍号")
@TableField(exist = false)
@@ -314,7 +307,6 @@ private static final long serialVersionUID=1L;
@ApiModelProperty("家长电话(返校)")
@TableField("parent_phone")
@Excel(name = "家长电话(返校)")
@Sensitive(desensitizedType = DesensitizedType.PHONE)
public String parentPhone;
/**