zss
8 天以前 c483ee040589c0063724059228e7e6c8e4ff943c
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 = "创建时间")