huminmin
2026-07-10 2ee9e158e3129070f6b1fd953da1540f05d4f2b0
src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java
@@ -21,6 +21,15 @@
    @Schema(description = "报工ID")
    private Long productMainId;
    @Schema(description = "报工结果类型:0合格,1轻微返工,2严重返工,3报废")
    private Integer reportType;
    @Schema(description = "审核状态:0待审核,1审核通过,2审核不通过")
    private Integer auditStatus;
    @Schema(description = "审核意见")
    private String auditRemark;
    @Schema(description = "租户ID")
    private Long tenantId;