src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -59,7 +59,7 @@ * 税率 */ @Excel(name = "税率") private String taxRate; private BigDecimal taxRate; /** * 含税单价 @@ -84,4 +84,9 @@ */ @Excel(name = "发票类型") private String invoiceType; /** * 台账类型 1.销售 2,采购 */ private Integer type; }