| | |
| | | @TableField("InsuranceType") |
| | | private String insuranceType = ""; |
| | | |
| | | @FieldInfo(name = "insuranceTypeName", type = "varchar", explain = "保险类型") |
| | | @FieldInfo(name = "insuranceTypeName", type = "varchar", explain = "社保档位") |
| | | @TableField(exist = false) |
| | | @ExcelField(value = "保险类型") |
| | | @ExcelField(value = "社保档位") |
| | | private String insuranceTypeName = ""; |
| | | |
| | | @FieldInfo(name = "socialNumb", type = "varchar", explain = "社保电脑号") |
| | |
| | | |
| | | @FieldInfo(name = "entryType", type = "varchar", explain = "入职类型") |
| | | @TableField("entryType") |
| | | private String entryType = ""; |
| | | private String entryType; |
| | | |
| | | @FieldInfo(name = "entryTypeName", type = "varchar", explain = "入职类型") |
| | | @TableField(exist = false) |