|
|
|
@ -5,6 +5,7 @@ import java.util.List; |
|
|
|
|
import java.util.Date; |
|
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
|
|
import cn.hutool.core.annotation.Alias; |
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
|
import com.jianshui.common.annotation.Excel; |
|
|
|
@ -396,16 +397,126 @@ public class BillInfo extends BaseEntity |
|
|
|
|
private String jdcbz; // 机动车标志
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 车辆类型*/ |
|
|
|
|
private String vehicleKind; |
|
|
|
|
/** 厂牌型号*/ |
|
|
|
|
private String brandModel; |
|
|
|
|
/** 产地*/ |
|
|
|
|
private String originPlace; |
|
|
|
|
/** 合格证号*/ |
|
|
|
|
private String qualityCertificate; |
|
|
|
|
/** 进口证明书号*/ |
|
|
|
|
private String impCertificateNo; |
|
|
|
|
/** 商检单号*/ |
|
|
|
|
private String commInspectionNo; |
|
|
|
|
/** 发动机号*/ |
|
|
|
|
private String vehicleNo; |
|
|
|
|
/** 生产企业名称*/ |
|
|
|
|
private String ManufacturerName; |
|
|
|
|
/** 价税合计*/ |
|
|
|
|
private String amountTaxTotal; |
|
|
|
|
/** 限乘人数*/ |
|
|
|
|
private String peopleNo; |
|
|
|
|
/** 单据编号*/ |
|
|
|
|
// private String documentNr;
|
|
|
|
|
/** 机动车发票票面版式标志*/ |
|
|
|
|
private String InfoClientAddressPhone; |
|
|
|
|
|
|
|
|
|
public String getJdcbz() { |
|
|
|
|
return jdcbz; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setJdcbz(String jdcbz) { |
|
|
|
|
this.jdcbz = jdcbz; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getVehicleKind() { |
|
|
|
|
return vehicleKind; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setVehicleKind(String vehicleKind) { |
|
|
|
|
this.vehicleKind = vehicleKind; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getBrandModel() { |
|
|
|
|
return brandModel; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setBrandModel(String brandModel) { |
|
|
|
|
this.brandModel = brandModel; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getOriginPlace() { |
|
|
|
|
return originPlace; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setOriginPlace(String originPlace) { |
|
|
|
|
this.originPlace = originPlace; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getQualityCertificate() { |
|
|
|
|
return qualityCertificate; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setQualityCertificate(String qualityCertificate) { |
|
|
|
|
this.qualityCertificate = qualityCertificate; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getImpCertificateNo() { |
|
|
|
|
return impCertificateNo; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setImpCertificateNo(String impCertificateNo) { |
|
|
|
|
this.impCertificateNo = impCertificateNo; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getCommInspectionNo() { |
|
|
|
|
return commInspectionNo; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setCommInspectionNo(String commInspectionNo) { |
|
|
|
|
this.commInspectionNo = commInspectionNo; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getVehicleNo() { |
|
|
|
|
return vehicleNo; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setVehicleNo(String vehicleNo) { |
|
|
|
|
this.vehicleNo = vehicleNo; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getManufacturerName() { |
|
|
|
|
return ManufacturerName; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setManufacturerName(String manufacturerName) { |
|
|
|
|
ManufacturerName = manufacturerName; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getAmountTaxTotal() { |
|
|
|
|
return amountTaxTotal; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setAmountTaxTotal(String amountTaxTotal) { |
|
|
|
|
this.amountTaxTotal = amountTaxTotal; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getPeopleNo() { |
|
|
|
|
return peopleNo; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setPeopleNo(String peopleNo) { |
|
|
|
|
this.peopleNo = peopleNo; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public String getInfoClientAddressPhone() { |
|
|
|
|
return InfoClientAddressPhone; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void setInfoClientAddressPhone(String infoClientAddressPhone) { |
|
|
|
|
InfoClientAddressPhone = infoClientAddressPhone; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public List<Fjys> getFjysList() { |
|
|
|
|
return fjysList; |
|
|
|
|