Commit 9eb35a1d authored by hongguangwu's avatar hongguangwu

MVP1.7.1 优化导出

parent 1b9dbd18
...@@ -81,7 +81,7 @@ public class TMainExportAllVO { ...@@ -81,7 +81,7 @@ public class TMainExportAllVO {
private String field69; private String field69;
@ExcelAttribute(needExport = true, name = "户籍所在地-区/县", isArea = true, parentField = "field69") @ExcelAttribute(needExport = true, name = "户籍所在地-区/县", isArea = true, parentField = "field69")
private String field70; private String field70;
@ExcelAttribute(needExport = true, name ="户口性质") @ExcelAttribute(needExport = true, name ="户口性质", isDataId = true, dataType = ExcelAttributeConstants.EMP_REGISTYPE)
private String field19; private String field19;
@ExcelAttribute(needExport = true, name = "档案所在地-省", isArea = true) @ExcelAttribute(needExport = true, name = "档案所在地-省", isArea = true)
private String field20; private String field20;
......
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