src/main/java/com/ruoyi/production/dto/ProductOrderDto.java @@ -57,4 +57,7 @@ //是否发货(台账页面颜色控制) private Boolean isFh; //单位 private String unit; }