调整员工信息表结构

This commit is contained in:
czx 2020-12-10 09:57:29 +08:00
parent 31c9f6a7aa
commit 84125a0f72

View File

@ -123,4 +123,10 @@ public class FtStaffInfoDao {
* 手机号码 * 手机号码
*/ */
private String tel; private String tel;
private String token;
private Boolean loginFlag;
private Long expiredFlag;
} }