员工信息新增人面设备员工 id 字段
This commit is contained in:
parent
2aee85ae1b
commit
a631281ba7
@ -144,4 +144,9 @@ public class FtStaffInfoDao {
|
|||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private Boolean giveOutFlag = true;
|
private Boolean giveOutFlag = true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 人脸设备里的员工 id
|
||||||
|
*/
|
||||||
|
private Long personId;
|
||||||
}
|
}
|
@ -22,6 +22,7 @@
|
|||||||
<result property="qrCode" column="qr_code"/>
|
<result property="qrCode" column="qr_code"/>
|
||||||
<result property="sex" column="sex"/>
|
<result property="sex" column="sex"/>
|
||||||
<result property="tel" column="tel"/>
|
<result property="tel" column="tel"/>
|
||||||
|
<result property="personId" column="person_id"/>
|
||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
<select id="selectStaffInfoWithDepart" parameterType="FtStaffInfoDao"
|
<select id="selectStaffInfoWithDepart" parameterType="FtStaffInfoDao"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user