|
@@ -312,6 +312,7 @@ public class WorkInvoiceExport extends ActEntity<WorkInvoiceExport> {
|
|
|
this.moneyStr = moneyStr;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="发票类型",dictType="invoice_type", align=2, sort=8)
|
|
|
public String getInvoiceType() {
|
|
|
return invoiceType;
|
|
|
}
|
|
@@ -319,7 +320,7 @@ public class WorkInvoiceExport extends ActEntity<WorkInvoiceExport> {
|
|
|
public void setInvoiceType(String invoiceType) {
|
|
|
this.invoiceType = invoiceType;
|
|
|
}
|
|
|
- @ExcelField(title="发票类型",dictType="invoice_type", align=2, sort=8)
|
|
|
+
|
|
|
public String getChargeType() {
|
|
|
return chargeType;
|
|
|
}
|