Commit 1dae489c authored by hongguangwu's avatar hongguangwu

MVP1.7.16-清空

parent 84ec30d4
...@@ -184,6 +184,7 @@ public class TSocialDeadlineInfo extends BaseEntity { ...@@ -184,6 +184,7 @@ public class TSocialDeadlineInfo extends BaseEntity {
@ExcelAttribute(name = "社保预减员起始日期", isDate = true) @ExcelAttribute(name = "社保预减员起始日期", isDate = true)
@ExcelProperty("社保预减员起始日期") @ExcelProperty("社保预减员起始日期")
@Schema(description = "社保预减员起始日期") @Schema(description = "社保预减员起始日期")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Date socialPreReduceStartDate; private Date socialPreReduceStartDate;
/** /**
...@@ -192,6 +193,7 @@ public class TSocialDeadlineInfo extends BaseEntity { ...@@ -192,6 +193,7 @@ public class TSocialDeadlineInfo extends BaseEntity {
@ExcelAttribute(name = "社保预减员截止日期", isDate = true) @ExcelAttribute(name = "社保预减员截止日期", isDate = true)
@ExcelProperty("社保预减员截止日期") @ExcelProperty("社保预减员截止日期")
@Schema(description = "社保预减员截止日期") @Schema(description = "社保预减员截止日期")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Date socialPreReduceEndDate; private Date socialPreReduceEndDate;
} }
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