用户表增加 nameWorkNo 姓名+工号字段
This commit is contained in:
@@ -130,6 +130,11 @@ public class SysUser implements Serializable {
|
||||
@Excel(name = "座机号", width = 15)
|
||||
private String telephone;
|
||||
|
||||
/**
|
||||
* 姓名+工号,唯一键,例:小明(10001)
|
||||
*/
|
||||
private String nameWorkNo;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user