用户表增加 nameWorkNo 姓名+工号字段

This commit is contained in:
caozhen
2023-09-11 17:18:09 +08:00
parent 7d597b7d52
commit 0f121b3a48
@@ -130,6 +130,11 @@ public class SysUser implements Serializable {
@Excel(name = "座机号", width = 15)
private String telephone;
/**
* 姓名+工号,唯一键,例:小明(10001)
*/
private String nameWorkNo;
/**
* 创建人
*/