Commit fdb92de2 authored by fangxinjiang's avatar fangxinjiang

员工报账导出--封面抬头-fxj

parent 189b8b73
...@@ -67,15 +67,6 @@ public class SalaryAccountExportVo{ ...@@ -67,15 +67,6 @@ public class SalaryAccountExportVo{
@ExcelProperty("项目编码") @ExcelProperty("项目编码")
private String deptNo; private String deptNo;
/**
* 封面抬头
*/
@ExcelAttribute(name = "封面抬头", maxLength = 50)
@Length(max = 50, message = "封面抬头不能超过50个字符")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("封面抬头")
private String invoiceTitle;
/** /**
* 员工姓名 * 员工姓名
*/ */
...@@ -128,6 +119,15 @@ public class SalaryAccountExportVo{ ...@@ -128,6 +119,15 @@ public class SalaryAccountExportVo{
@ExcelProperty("开户行支行") @ExcelProperty("开户行支行")
private String bankSubName; private String bankSubName;
/**
* 封面抬头
*/
@ExcelAttribute(name = "封面抬头", maxLength = 50)
@Length(max = 50, message = "封面抬头不能超过50个字符")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("封面抬头")
private String invoiceTitle;
/** /**
* 表单类型0:薪资;1:绩效;2:其他;3:劳务费;4:稿酬 * 表单类型0:薪资;1:绩效;2:其他;3:劳务费;4:稿酬
*/ */
......
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