src/main/java/com/ruoyi/stock/dto/StockInRecordDto.java
@@ -16,10 +16,6 @@ * 产品规格 */ private String model; /** * 产品单位 */ private String unit; private String timeStr; @@ -30,4 +26,10 @@ //现净重 private BigDecimal currentWeight; //产品类型(0-原材料) private Integer productType; //产品大类 private String parentName; }