tmp
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user