src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java
@@ -44,6 +44,12 @@ private BigDecimal quantity; /** * 每件数量 */ @Excel(name = "每件数量") private BigDecimal singleQuantity; /** * 税率 */ @Excel(name = "税率") @@ -73,6 +79,9 @@ @Excel(name = "是否质检", readConverterExp = "0=否,1=是") private Boolean isChecked; /** * 是否生产 */ @Excel(name = "是否生产", readConverterExp = "0=否,1=是") private Integer isProduction; }