Commit 46680ef7 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/MVP1.7.7' into MVP1.7.7

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