| src/main/java/org/springblade/modules/place/entity/PlacePractitionerEntity.java | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/place/entity/PlacePractitionerEntity.java
@@ -103,13 +103,13 @@ /** 入职时间 */ @ApiModelProperty(value = "入职时间", example = "") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") @TableField(value = "employment_time") private Date employmentTime; /** 离职时间 */ @ApiModelProperty(value = "离职时间", example = "") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") @TableField("resignation_time") private Date resignationTime;