maven
2025-11-28 e42202a0aae6b3eadbdddfc581e9e86921f9d8d5
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;
    /**