coInvoice开票对象
{
/** 开票名称 */
@Excel(name = "开票名称")
private String invoiceName;
/** 开票金额 */
@Excel(name = "开票金额")
private BigDecimal invoicePrice;
/** 开票组织 */
@Excel(name = "开票组织")
private String invoiceOrganization;
/** 组织名称 */
@Excel(name = "组织名称")
private String organizationName;
/** 组织代码 */
@Excel(name = "组织代码")
private String organizationCode;
/** 开票单位id */
@Excel(name = "开票单位id")
private Long invoiceCompany;
/** 身份证号 */
@Excel(name = "身份证号")
private String personCard;
/** 开票备注 */
@Excel(name = "开票备注")
private String invoiceRemark;
/** 身份证正面url */
@Excel(name = "身份证正面url")
private String cardPositive;
/** 身份证反面url */
@Excel(name = "身份证反面url")
private String cardReverse;
/** 开户银行 */
@Excel(name = "开户银行")
private String invoiceBank;
/** 公司电话 */
@Excel(name = "公司电话")
private String companyPhone;
/** 组织地址 */
@Excel(name = "组织地址")
private String groupAddress;
/** 银行账户 */
@Excel(name = "银行账户")
private String bankAccount;
/** $column.columnComment */
@Excel(name = "银行账户")
private String picture1;
/** $column.columnComment */
@Excel(name = "银行账户")
private String picture2;
/** $column.columnComment */
@Excel(name = "银行账户")
private String picture3;
/** $column.columnComment */
@Excel(name = "银行账户")
private String picture4;
/** $column.columnComment */
@Excel(name = "银行账户")
private String picture5;
/** $column.columnComment */
@Excel(name = "银行账户")
private String picture6;
/** $column.columnComment */
@Excel(name = "银行账户")
private String picture7;
/** $column.columnComment */
@Excel(name = "银行账户")
private String picture8;
}
//车型对象
private VeVehicleType vehicleType;
{
/** 自增id */
private Long id;
/** 代码 */
@Excel(name = "代码")
private String vehicleCode;
/** 车辆类型 */
@Excel(name = "车辆类型")
private String vehicleType;
/** 品牌 */
@Excel(name = "品牌")
private String brand;
/** 车型 */
@Excel(name = "车型")
private String vehicleModel;
/** 款式 */
@Excel(name = "款式")
private String vehicleStyle;
/** 配置 */
@Excel(name = "配置")
private String configuration;
/** 颜色(外观) */
@Excel(name = "外观")
private String vehicleColor;
/** 排量 */
@Excel(name = "排量")
private String displacement;
/** 变速箱 */
@Excel(name = "变速箱")
private String transmission;
/** 动力 */
@Excel(name = "动力")
private String vehiclePower;
}
//车辆对象
private InVehicle inVehicle;
{
/** 自编号 */
//@Excel(name = "自编号")
private String serialNumber;
/** 底盘号 */
@Excel(name = "VIN码") //vin码
private String chassisNumber;
/** 发动机号 */
@Excel(name = "发动机号") //
private String engineNumber;
@Excel(name = "厂家指导价") //
private BigDecimal guidedPrice;
/** 车辆状况 */
@Excel(name = "车辆状况")
private String inCondition;
}
//上牌对象
private CoRegistration coRegistration;
{
/** 上牌省code */
@Excel(name = "上牌省code")
private String provinceCode;
/** 上牌市code */
@Excel(name = "上牌市code")
private String cityCode;
/** 上牌区code */
@Excel(name = "上牌区code")
private String areaCode;
/** 上牌费 */
@Excel(name = "上牌费")
private BigDecimal registrationPrice;
/** 上牌费是否含总价1不含2含 */
@Excel(name = "上牌费是否含总价1不含2含")
private String registrationPriceType;
/** 购置税 */
@Excel(name = "购置税")
private BigDecimal purchaseTaxPrice;
/** 购置税是否含总价1不含2含 */
@Excel(name = "购置税是否含总价1不含2含")
private String purchaseTaxPriceType;
}
//保险对象
private CoInsurance coInsurance;
{
/** 保险公司id */
@Excel(name = "保险公司id")
private Long insuranceCompanyId;
/** 1店家支付2客户支付 */
@Excel(name = "1店家支付2客户支付")
private String paymentType;
/** 交强险 */
@Excel(name = "交强险")
private BigDecimal strongRiskPrice;
/** 车船税 */
@Excel(name = "车船税")
private BigDecimal carTaxPrice;
/** 商业险 */
@Excel(name = "商业险")
private BigDecimal businessRisksPrice;
/** 保险金额 */
@Excel(name = "保险金额")
private BigDecimal insurancePrice;
/** 保险金额是否含总价0不含1含 */
@Excel(name = "保险金额是否含总价0不含1含")
private Boolean insurancePriceType;
//险种绑定列表
private List<CoInsuranceSpecies> insuranceSpeciesList;
}
//贷款对象
private CoLoan coLoan;
{
/** 金融公司id */
@Excel(name = "金融公司id")
private Long financialId;
/** 首付款 */
@Excel(name = "首付款")
private BigDecimal downPaymentPrice;
/** 贷款金额 */
@Excel(name = "贷款金额")
private BigDecimal financialPrice;
/** 贷款期数 */
@Excel(name = "贷款期数")
private Long financialDay;
//月供
monthPrice
/** 前置利息 */
@Excel(name = "前置利息")
private BigDecimal frontInterestPrice;
}
//精品列表
private List<CoContractGood> contractGoodList;
{
/** 合同id */
@Excel(name = "合同id")
private Long contractId;
/** 精品id */
@Excel(name = "精品id")
private Long goodId;
/** 数量 */
@Excel(name = "数量")
private Long goodNum;
/** 出货类型1赠送2购买3其他 */
@Excel(name = "出货类型1赠送2购买3其他")
private String shipType;
/** 领料状态1未领2已领 */
@Excel(name = "领料状态1未领2已领")
private String goodType;
/** 价格 */
@Excel(name = "价格")
private BigDecimal goodPrice;
}
//大客户对象
private CoBigCustomer coBigCustomer;
{
/** 单位名称 */
@Excel(name = "单位名称")
private String unitName;
/** 单位性质code(字典) */
@Excel(name = "单位性质code(字典)")
private Long workUnitCode;
/** 职业类型code(字典) */
@Excel(name = "职业类型code(字典)")
private Long professionalTypeCode;
/** 补贴金额 */
@Excel(name = "补贴金额")
private BigDecimal subsidyPrice;
/** 客户是否已享受1未享受2已享受 */
@Excel(name = "客户是否已享受1未享受2已享受")
private String enjoyType;
}
//转介绍对象
private CoTurnIntroduce coTurnIntroduce;
{
/** 老顾客名称 */
@Excel(name = "老顾客名称")
private String oldCustomerName;
/** 老顾客手机 */
@Excel(name = "老顾客手机")
private String oldCustomerPhone;
/** 车架号 */
@Excel(name = "车架号")
private String oldCustomerChassis;
/** 车系 */
@Excel(name = "车系")
private String carSeries;
/** 补贴金额 */
@Excel(name = "补贴金额")
private BigDecimal oldSubsidyPrice;
/** 车型 */
@Excel(name = "车型")
private String carType;
/** 客户是否已享受1未享受2已享受 */
@Excel(name = "客户是否已享受1未享受2已享受")
private String oldEnjoyType;
}
//二手车对象
private CoOldCar coOldCar;
{
/** 品牌型号 */
@Excel(name = "品牌型号")
private String seBrand;
/** 车架号 */
@Excel(name = "车架号")
private String seChassisNumber;
/** 车牌号 */
@Excel(name = "车牌号")
private String seLicensePlate;
/** 发动机号 */
@Excel(name = "发动机号")
private String seEngineNumber;
/** 注册日期 */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "注册日期", width = 30, dateFormat = "yyyy-MM-dd")
private Date registerDate;
/** 发证日期 */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "发证日期", width = 30, dateFormat = "yyyy-MM-dd")
private Date certificateDate;
/** 置换日期 */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "置换日期", width = 30, dateFormat = "yyyy-MM-dd")
private Date replaceDate;
/** 收购价格 */
@Excel(name = "收购价格")
private BigDecimal acquisitionPrice;
/** 车辆类型code(字典) */
@Excel(name = "车辆类型code(字典)")
private Long seCarTypeCode;
/** 车辆性质code(字典) */
@Excel(name = "车辆性质code(字典)")
private Long seCarNatureCode;
/** 驱动方式code(字典) */
@Excel(name = "驱动方式code(字典)")
private Long seDriveTypeCode;
/** 补贴金额 */
@Excel(name = "补贴金额")
private BigDecimal seSubsidyPrice;
/** 客户是否已享受1未享受2已享受 */
@Excel(name = "客户是否已享受1未享受2已享受")
private String seEnjoyType;
}