liyong
2026-04-28 b0a5a9b8ee08eb64f0b422f2fb0c41bc845c75ed
src/main/java/com/ruoyi/production/dto/ProductionReportStateDto.java
@@ -10,7 +10,7 @@
@ApiModel("ProductionReportStateDto")
public class ProductionReportStateDto {
    @ApiModelProperty("状态: 1-开始报工 2-结束报工")
    @ApiModelProperty("状态: 1-开始报工 2-结束报工 3-报工完成")
    private Integer state;
    @ApiModelProperty("进行中的报工ID")