lin
2024-03-18 a783c043ee894b62d45381c55c345a84bece6d63
日期格式调整
1 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/place/entity/PlacePractitionerEntity.java 4 ●●●● 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;