Commit 09bf1ccd authored by hongguangwu's avatar hongguangwu

MVP1.7.5-项目档案加是否完整

parent 7f073424
...@@ -276,9 +276,9 @@ public class TEmployeeProject extends BaseEntity { ...@@ -276,9 +276,9 @@ public class TEmployeeProject extends BaseEntity {
/** /**
* 是否完整 0是 1 否 * 档案是否完整 0是 1 否
*/ */
@Schema(description ="是否完整0是 1 否") @Schema(description ="档案是否完整0是 1 否")
private String isComplete; private String isComplete;
/** /**
......
...@@ -491,8 +491,8 @@ public class EmployeeProjectExportParamVO extends BaseEntity { ...@@ -491,8 +491,8 @@ public class EmployeeProjectExportParamVO extends BaseEntity {
private String contractParty; private String contractParty;
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "是否完整") @ExcelProperty(value = "档案是否完整")
@ExcelAttribute(name = "是否完整", readConverterExp = "0=是,1=否") @ExcelAttribute(name = "档案是否完整", readConverterExp = "0=是,1=否")
private String isComplete; private String isComplete;
private String[] socialStatusArray; private String[] socialStatusArray;
......
...@@ -530,8 +530,8 @@ public class EmployeeProjectExportVO { ...@@ -530,8 +530,8 @@ public class EmployeeProjectExportVO {
private String contractParty; private String contractParty;
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "是否完整") @ExcelProperty(value = "档案是否完整")
@ExcelAttribute(name = "是否完整", readConverterExp = "0=是,1=否") @ExcelAttribute(name = "档案是否完整", readConverterExp = "0=是,1=否")
private String isComplete; private String isComplete;
private String[] socialStatusArray; private String[] socialStatusArray;
......
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