Commit f8c86a4d authored by fangxinjiang's avatar fangxinjiang

绅士-fxj

parent b5c868c5
...@@ -227,6 +227,7 @@ public class TPreEmployeeInfo extends BaseEntity { ...@@ -227,6 +227,7 @@ public class TPreEmployeeInfo extends BaseEntity {
@ExcelAttribute(name = "档案-县") @ExcelAttribute(name = "档案-县")
@ExcelProperty("档案-县") @ExcelProperty("档案-县")
@Schema(description = "档案-县") @Schema(description = "档案-县")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Integer fileTown; private Integer fileTown;
/** /**
* 是否大专及以上(0否1是) * 是否大专及以上(0否1是)
......
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