huminmin
6 天以前 de4ca61aa27d7f284a03aebd801bcc3d6a75bc6a
src/main/java/com/ruoyi/production/pojo/ProductionProductOutput.java
@@ -14,16 +14,13 @@
    @TableId(type = IdType.AUTO)
    private Long id;
    @Schema(description = "报工id")
    private Long productMainId;
    @Schema(description = "生产报工主表id")
    private Long productionProductMainId;
    @Schema(description = "产品id")
    private Long productModelId;
    @Schema(description = "报工数量(总数量)")
    @Schema(description = "合格数量")
    private BigDecimal quantity;
    @Schema(description = "创建时间")