Commit a9b5f17e by xuwenhao

12.28修改教师电子档案查看权限

parent b84b3d0a
...@@ -27,8 +27,8 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity { ...@@ -27,8 +27,8 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
@Excel(name = "姓名") @Excel(name = "姓名")
private String name; private String name;
/** 身份证号集合 */ /** 手机号集合 */
private List<String> idCards; private List<String> userPhones;
/** /**
* 身份证号 * 身份证号
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment