maven
2025-11-26 da8d45df31aebdf0eda2c57155d1a915e2e1e89f
src/main/java/com/ruoyi/production/dto/ProcessSchedulingDto.java
@@ -15,6 +15,26 @@
@ApiModel
public class ProcessSchedulingDto {
    /**
     * 口味分类
     */
    private String type;
    /**
     * 备注
     */
    private String remark;
    /**
     * 损耗
     */
    private String loss;
    /**
     * 领用
     */
    private String receive;
    private Long id;
    /**