Commit 24c5a5ba authored by hongguangwu's avatar hongguangwu

MVP1.7.7-省市

parent 7930674c
...@@ -190,9 +190,9 @@ public class TMainExportAllVO { ...@@ -190,9 +190,9 @@ public class TMainExportAllVO {
private String field73; private String field73;
@ExcelAttribute(needExport = true, name ="开户总行") @ExcelAttribute(needExport = true, name ="开户总行")
private String field74; private String field74;
@ExcelAttribute(needExport = true, name ="开户省") @ExcelAttribute(needExport = true, name ="开户省", isArea = true)
private String field75; private String field75;
@ExcelAttribute(needExport = true, name ="开户市") @ExcelAttribute(needExport = true, name ="开户市", isArea = true, parentField = "field75")
private String field76; private String field76;
@ExcelAttribute(needExport = true, name ="开户支行") @ExcelAttribute(needExport = true, name ="开户支行")
private String field77; private String field77;
......
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