Commit 09a9ba10 authored by hongguangwu's avatar hongguangwu

MVP1.7.0 优化

parent 2f8d37e4
...@@ -195,7 +195,7 @@ public class PreUploadEmpImportVo implements Serializable { ...@@ -195,7 +195,7 @@ public class PreUploadEmpImportVo implements Serializable {
private String remark; private String remark;
// 银行卡号 开户总行 开户省 开户市 开户支行 计税月份 // 银行卡号 开户总行 开户省 开户市 开户支行 计税月份
@ExcelAttribute(name = "银行卡号", isNotEmpty = true, maxLength = 50) @ExcelAttribute(name = "银行卡号", maxLength = 50)
private String bankNo; private String bankNo;
@ExcelAttribute(name = "开户行总行", maxLength = 50) @ExcelAttribute(name = "开户行总行", maxLength = 50)
private String bankName; private String bankName;
......
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