Mr.Shi
2023-08-22 b82b1679623b1868fe9fd76e1ff817928d02c32f
server/src/main/java/doumeemes/dao/business/dto/statistics/WorkPlansProcedureModel.java
@@ -22,4 +22,9 @@
    @ApiModelProperty(value = "工序编码", example = "1")
    private Integer procedureId;
    @ApiModelProperty(value = "计划数量", example = "1")
    private BigDecimal planNum;
    @ApiModelProperty(value = "已报工数量", example = "1")
    private BigDecimal doneNum;
}