Commit f240803c authored by hongguangwu's avatar hongguangwu

MVP1.7.1 优化导出

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