| | |
| | | */ |
| | | @ApiModelProperty(value = "入职时间") |
| | | @TableField("entryTime") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | | private Date entrytime; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @ApiModelProperty(value = "离职时间") |
| | | @TableField("departureTime") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | | private Date departuretime; |
| | | |
| | | /** |
| | |
| | | private Integer id; |
| | | |
| | | /** |
| | | * 保安员编号 |
| | | * 保安员id |
| | | */ |
| | | @TableField("securityId") |
| | | private String securityid; |