|
|
@ -1,9 +1,11 @@ |
|
|
|
package com.jianshui.invoice.domain.dto.adapter.request.aisino_jn; |
|
|
|
package com.jianshui.invoice.domain.dto.adapter.request.aisino_jn; |
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.annotation.JSONField; |
|
|
|
import com.alibaba.fastjson.annotation.JSONField; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import com.jianshui.common.annotation.Excel; |
|
|
|
import com.jianshui.common.annotation.Excel; |
|
|
|
import com.jianshui.invoice.domain.BillInfo; |
|
|
|
import com.jianshui.invoice.domain.BillInfo; |
|
|
|
|
|
|
|
import com.jianshui.invoice.domain.dto.api.elephant.addInvoice.*; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import lombok.Data; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
|
|
@ -348,8 +350,9 @@ public class HxBillInfoDTO extends BillInfo { |
|
|
|
// private transient String invoiceState; // 发票开票状态。数据库里没有这个字段
|
|
|
|
// private transient String invoiceState; // 发票开票状态。数据库里没有这个字段
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** 全电新增字段 **/ |
|
|
|
* 全电新增字段 |
|
|
|
|
|
|
|
**/ |
|
|
|
@JSONField(name = "async") |
|
|
|
@JSONField(name = "async") |
|
|
|
private String async; |
|
|
|
private String async; |
|
|
|
|
|
|
|
|
|
|
@ -442,22 +445,30 @@ public class HxBillInfoDTO extends BillInfo { |
|
|
|
// @ApiModelProperty(value = "不动产")
|
|
|
|
// @ApiModelProperty(value = "不动产")
|
|
|
|
// List<InvoiceAllAddtdywxxDTO> tdywxx;
|
|
|
|
// List<InvoiceAllAddtdywxxDTO> tdywxx;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 2023/11/2 特殊票种新加
|
|
|
|
|
|
|
|
private List<Fjys> fjysList; // 附加要素列表
|
|
|
|
|
|
|
|
private List<Bdczlxx> bdczlxxList; // 不动产租赁
|
|
|
|
|
|
|
|
private List<Hwys> hwysList; // 货物运输
|
|
|
|
|
|
|
|
private List<Bdcxsxx> bdcxsxxListt; // 不动产销售信息
|
|
|
|
|
|
|
|
private List<Jzfwxx> jzfwList; // 建筑服务信息
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "开票人证件类型") |
|
|
|
|
|
|
|
private String KPRZJLX; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "电局登录用户名") |
|
|
|
|
|
|
|
private String YHM; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String cezslxdm; // 差额征税类型代码
|
|
|
|
|
|
|
|
private String sgfplxdm; // 收购发票类型代码
|
|
|
|
|
|
|
|
private String ckywszycdm; // 出口业务适用政策代码
|
|
|
|
|
|
|
|
private String zzszjtdm; // 增值税即征即退代码
|
|
|
|
|
|
|
|
private String gmfrb; // 经办人
|
|
|
|
|
|
|
|
private String jbrsfzjhm; // 经办人身份证件号码
|
|
|
|
|
|
|
|
private String gmfrblxdh; // 经办人联系电话
|
|
|
|
|
|
|
|
private String jsfs; // 结算方式
|
|
|
|
|
|
|
|
private String skyhmc; // 收款银行名称
|
|
|
|
|
|
|
|
private String skyhzh; // 收款银行账号
|
|
|
|
|
|
|
|
private String ysxwfsd; // 应税行为发生地
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|