|
|
@ -425,7 +425,7 @@ public class BillInfo extends BaseEntity |
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist=false) |
|
|
|
@TableField(exist=false) |
|
|
|
/** 生产企业名称*/ |
|
|
|
/** 生产企业名称*/ |
|
|
|
private String ManufacturerName; |
|
|
|
private String manufacturerName; |
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist=false) |
|
|
|
@TableField(exist=false) |
|
|
|
/** 价税合计*/ |
|
|
|
/** 价税合计*/ |
|
|
@ -438,7 +438,7 @@ public class BillInfo extends BaseEntity |
|
|
|
// private String documentNr;
|
|
|
|
// private String documentNr;
|
|
|
|
@TableField(exist=false) |
|
|
|
@TableField(exist=false) |
|
|
|
/** 机动车发票票面版式标志*/ |
|
|
|
/** 机动车发票票面版式标志*/ |
|
|
|
private String InfoClientAddressPhone; |
|
|
|
private String infoClientAddressPhone; |
|
|
|
|
|
|
|
|
|
|
|
public String getEnginNo() { |
|
|
|
public String getEnginNo() { |
|
|
|
return enginNo; |
|
|
|
return enginNo; |
|
|
@ -513,11 +513,11 @@ public class BillInfo extends BaseEntity |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getManufacturerName() { |
|
|
|
public String getManufacturerName() { |
|
|
|
return ManufacturerName; |
|
|
|
return manufacturerName; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setManufacturerName(String manufacturerName) { |
|
|
|
public void setManufacturerName(String manufacturerName) { |
|
|
|
ManufacturerName = manufacturerName; |
|
|
|
manufacturerName = manufacturerName; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getAmountTaxTotal() { |
|
|
|
public String getAmountTaxTotal() { |
|
|
@ -537,11 +537,11 @@ public class BillInfo extends BaseEntity |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getInfoClientAddressPhone() { |
|
|
|
public String getInfoClientAddressPhone() { |
|
|
|
return InfoClientAddressPhone; |
|
|
|
return infoClientAddressPhone; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setInfoClientAddressPhone(String infoClientAddressPhone) { |
|
|
|
public void setInfoClientAddressPhone(String infoClientAddressPhone) { |
|
|
|
InfoClientAddressPhone = infoClientAddressPhone; |
|
|
|
infoClientAddressPhone = infoClientAddressPhone; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public List<Fjys> getFjysList() { |
|
|
|
public List<Fjys> getFjysList() { |
|
|
|