src/main/java/com/ruoyi/procurementrecord/dto/ProcurementRecordOutPageDto.java @@ -112,4 +112,8 @@ @Excel(name = "不含税总价") private BigDecimal taxExclusiveTotalPrice; /** * 物品类型 */ private String itemType; }