Commit 7d18b765 authored by hezhuozhi's avatar hezhuozhi

人员添加二维码状态字段

parent 16d9ad23
...@@ -195,4 +195,9 @@ public class TzsUserInfo extends BaseEntity { ...@@ -195,4 +195,9 @@ public class TzsUserInfo extends BaseEntity {
@TableField(value = "job_title") @TableField(value = "job_title")
private String jobTitle; private String jobTitle;
/**
* 二维码状态0异常1正常
*/
@TableField("qr_code_state")
private String qrCodeState;
} }
...@@ -142,5 +142,10 @@ public class TzsUserInfo extends BaseEntity { ...@@ -142,5 +142,10 @@ public class TzsUserInfo extends BaseEntity {
@TableField("new_post") @TableField("new_post")
private String newPost; private String newPost;
/**
* 二维码状态0异常1正常
*/
@TableField("qr_code_state")
private String qrCodeState;
} }
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