maven
4 天以前 a60fdee97307685ec20b1d723cfd1bb5114b2dc1
src/main/java/com/ruoyi/staff/pojo/StaffLeave.java
@@ -21,12 +21,19 @@
    @ApiModelProperty(value = "在职员工ID")
    private Long staffOnJobId;
    @ApiModelProperty(value = "离职原因")
    private String reason;
    @ApiModelProperty(value = "离职备注")
    private String remark;
    @ApiModelProperty(value = "租户ID")
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    @ApiModelProperty(value = "创建时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8",shape = JsonFormat.Shape.STRING)
    private LocalDateTime createTime;
    @ApiModelProperty(value = "更新时间")