| | |
| | | public class Fz40OAStaff implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | @Id |
| | | @Column(name = "ID_", length = 40) |
| | | @PropertyDef(label = "ID") |
| | | private String id; |
| | | @Column(name = "sfzhm", length = 18) |
| | | @PropertyDef(label = "身份证号码") |
| | | private String sfzhm; |
| | | |
| | | @Column(name = "COMPANY_ID_", length = 10) |
| | | @PropertyDef(label = "组织编码", description = "") |
| | | private String companyId; |
| | | |
| | | @Column(name = "dwdm", length = 18) |
| | | @PropertyDef(label = "单位代码") |
| | | private String dwdm; |
| | | |
| | | @Column(name = "dwmc", length = 256) |
| | | @PropertyDef(label = "单位名称") |
| | | private String dwmc; |
| | | @Column(name = "DEPT_ID_", length = 20) |
| | | @PropertyDef(label = "库区编码", description = "") |
| | | private String deptId; |
| | | |
| | | @Column(name = "lsbm", length = 256) |
| | | @PropertyDef(label = "隶属部门", description = "隶属部门名称") |
| | | private String lsbm; |
| | | |
| | | @Column(name = "xzqhdm", length = 6) |
| | | @PropertyDef(label = "行政区划代码") |
| | | @PropertyDef(label = "所属行政区划") |
| | | private String xzqhdm; |
| | | |
| | | @Column(name = "xzqhmc", length = 6) |
| | | @PropertyDef(label = "所属行政区划") |
| | | private String xzqhmc; |
| | | |
| | | @Column(name = "xm", length = 32) |
| | | @PropertyDef(label = "姓名") |
| | |
| | | @Column(name = "xb", length = 1) |
| | | @PropertyDef(label = "性别") |
| | | private String xb; |
| | | |
| | | @Column(name = "sfzhm", length = 18) |
| | | @PropertyDef(label = "身份证号码") |
| | | private String sfzhm; |
| | | |
| | | @Column(name = "rzrq") |
| | | @PropertyDef(label = "入职日期") |