src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
@@ -156,6 +156,22 @@ */ @Excel(name = "不含税总价") private BigDecimal taxExclusiveTotalPrice; /** * 每箱数量 */ @Excel(name = "每箱数量") private Integer boxNum; /** * 每箱规格 */ @Excel(name = "每箱规格") private String cartonSpecifications; /** * 美元每件 */ @Excel(name = "美元每件") private BigDecimal dollarPrice; /** * 报表日报 */