Commit 742b9cc4 authored by hongguangwu's avatar hongguangwu

MVP1.7.12-瓜子导出档案

parent 29e10853
...@@ -56,7 +56,7 @@ public class TGzOfferInfoExportDetailVo implements Serializable { ...@@ -56,7 +56,7 @@ public class TGzOfferInfoExportDetailVo implements Serializable {
* 合同公司主体:公司信息表 * 合同公司主体:公司信息表
*/ */
@ExcelProperty("合同公司主体") @ExcelProperty("合同公司主体")
private String comраnу; private String company;
@ExcelProperty("姓名") @ExcelProperty("姓名")
private String name; private String name;
......
...@@ -51,7 +51,7 @@ public class TGzOfferInfoImportVo extends RowIndex implements Serializable { ...@@ -51,7 +51,7 @@ public class TGzOfferInfoImportVo extends RowIndex implements Serializable {
* 合同公司主体:公司信息表 * 合同公司主体:公司信息表
*/ */
@ExcelAttribute(name = "合同公司主体", maxLength = 20) @ExcelAttribute(name = "合同公司主体", maxLength = 20)
private String comраnу; private String company;
@ExcelAttribute(name = "姓名", maxLength = 50) @ExcelAttribute(name = "姓名", maxLength = 50)
private String name; private String name;
......
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
a.emp_type, a.emp_type,
a.emp_type_descr, a.emp_type_descr,
a.out_sgin_type, a.out_sgin_type,
a.comраnу, a.company,
a.name, a.name,
a.name_ac, a.name_ac,
a.last_name_ac, a.last_name_ac,
......
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