Commit f284326d authored by 廖旭伟's avatar 廖旭伟

工作人员最后一次登录时间

parent ddc8b309
package com.mortals.xhx.module.workman.model;
import com.alibaba.fastjson.annotation.JSONField;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.mortals.xhx.module.workman.model.vo.WorkmanVo;
import java.util.Date;
......@@ -111,6 +112,7 @@ public class WorkmanEntity extends WorkmanVo {
/**
* 最后一次登录时间
*/
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date lastLoginTime;
/**
* 最后一次登录地址
......
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