Commit 91d724b9 authored by chenyuxi's avatar chenyuxi

feat: offer改字段名称

parent 0fa858ac
...@@ -40,10 +40,10 @@ public class TGzOfferInfoExportDetailVo implements Serializable { ...@@ -40,10 +40,10 @@ public class TGzOfferInfoExportDetailVo implements Serializable {
private String bizId; private String bizId;
@ExcelProperty("人员类别编码") @ExcelProperty("人员类别编码")
private String empType; private String emplType;
@ExcelProperty("人员类别名称") @ExcelProperty("人员类别名称")
private String empTypeDescr; private String emplTypeDescr;
/** /**
* 外签类型:A: 洼地外签/ B:属地外签 * 外签类型:A: 洼地外签/ B:属地外签
......
...@@ -309,8 +309,8 @@ ...@@ -309,8 +309,8 @@
a.offer_send_status, a.offer_send_status,
a.update_by, a.update_by,
a.update_time, a.update_time,
a.emp_type, a.empl_type,
a.emp_type_descr, a.empl_type_descr,
a.out_sgin_type, a.out_sgin_type,
a.company, a.company,
a.name, a.name,
......
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