src/main/java/com/ruoyi/procurementrecord/dto/Details.java
@@ -10,11 +10,23 @@ */ @Data public class Details { private Integer id; // 台账产品id private Integer id; // 产品id private BigDecimal inboundQuantity; // 入库数量 private BigDecimal warnNum; // 预警数量(采购入库才有) //单价 private BigDecimal unitPrice; private BigDecimal totalPrice; /** * 每箱数量 */ private Integer boxNum; /** * 每箱规格 */ private String cartonSpecifications; /** * 美元每件 */ private BigDecimal dollarPrice; private Long productModelId; // 基础产品id }