|
|
@ -70,6 +70,10 @@ public class BsSgcJsjdBuiRealName extends BaseEntity |
|
|
|
private String status; |
|
|
|
/** '所属班组' */ |
|
|
|
private String crew; |
|
|
|
|
|
|
|
/** '离职日期' */ |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8") |
|
|
|
private Date terminationDate; |
|
|
|
/** $column.columnComment */ |
|
|
|
private String createUid; |
|
|
|
|
|
|
|