diff --git a/jianshui-system/src/main/java/com/jianshui/system/domain/InvoiceAllYhdj.java b/jianshui-system/src/main/java/com/jianshui/system/domain/InvoiceAllYhdj.java index e6a7818..b28c112 100644 --- a/jianshui-system/src/main/java/com/jianshui/system/domain/InvoiceAllYhdj.java +++ b/jianshui-system/src/main/java/com/jianshui/system/domain/InvoiceAllYhdj.java @@ -25,11 +25,11 @@ public class InvoiceAllYhdj implements Serializable private Long id; /** 办税人员姓名(税局实名认证的人员) */ - @Excel(name = "办税人员姓名(税局实名认证的人员)") + @Excel(name = "办税人员姓名") private String bsryxm; /** 登录身份(1:财务负责人,2:法定代表人,3:办税人,4:购票员,5:普通管理员,99:其他) 备注:如果选择99|其他,则办税人员名称、手机号码、身份证件号码.可以不传 */ - @Excel(name = "登录身份(1:财务负责人,2:法定代表人,3:办税人,4:购票员,5:普通管理员,99:其他) 备注:如果选择99|其他,则办税人员名称、手机号码、身份证件号码.可以不传") + @Excel(name = "登录身份") private String dlsf; /** 办税人员登录密码 */ @@ -37,7 +37,7 @@ public class InvoiceAllYhdj implements Serializable private String dlsfmm; /** 登录方式(参考码表) */ - @Excel(name = "登录方式(参考码表)") + @Excel(name = "登录方式") private String dlfs; /** 登录密码 */ @@ -57,11 +57,11 @@ public class InvoiceAllYhdj implements Serializable private String nsrsbh; /** 办税人员身份证件号码(税局实名认证的人员) */ - @Excel(name = "办税人员身份证件号码(税局实名认证的人员)") + @Excel(name = "身份证件号") private String bsrysfzjhm; /** 办税人员手机号码(税局实名认证的人员) */ - @Excel(name = "办税人员手机号码(税局实名认证的人员)") + @Excel(name = "手机号码") private String bsrysjhm; /** 中间号码 */ @@ -83,6 +83,7 @@ public class InvoiceAllYhdj implements Serializable private Date updateTime; /** 备注 */ + @Excel(name = "备注") private String remark; diff --git a/jianshui-system/src/main/resources/mapper/system/InvoiceAllYhdjMapper.xml b/jianshui-system/src/main/resources/mapper/system/InvoiceAllYhdjMapper.xml index 62e4875..db4a50c 100644 --- a/jianshui-system/src/main/resources/mapper/system/InvoiceAllYhdjMapper.xml +++ b/jianshui-system/src/main/resources/mapper/system/InvoiceAllYhdjMapper.xml @@ -27,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select id, bsryxm, dlsf, dlsfmm, dlfs, dlmm, dlzh, nsrmc, nsrsbh, bsrysfzjhm, bsrysjhm, zjh, create_by, create_time, update_by, update_time, remark,identity,dqbm from invoice_all_yhdj + select id, bsryxm, dlsf, dlsfmm, dlfs, dlmm, dlzh, nsrmc, nsrsbh, bsrysfzjhm, bsrysjhm, zjh, create_by, create_time, update_by, update_time, remark,`identity`,dqbm from invoice_all_yhdj