Commit 4018acd9 authored by hongguangwu's avatar hongguangwu

and b.DELETE_FLAG = '0'

parent fc39bb03
...@@ -383,10 +383,10 @@ public class TEmployeeInfo extends BaseEntity { ...@@ -383,10 +383,10 @@ public class TEmployeeInfo extends BaseEntity {
@Schema(description = "减档时间起") @Schema(description = "减档时间起")
@TableField(exist = false) @TableField(exist = false)
private Date leaveTimeStart; private String leaveTimeStart;
@Schema(description = "减档时间止") @Schema(description = "减档时间止")
@TableField(exist = false) @TableField(exist = false)
private Date leaveTimeEnd; private String leaveTimeEnd;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment