4 天以前 741918a903e17b2ec7522556d2c043b8d35dd8a1
src/main/java/com/ruoyi/production/pojo/ProductionOrder.java
@@ -41,7 +41,6 @@
    private String npsNo;
    @Schema(description = "录入时间")
    @TableField(fill = FieldFill.INSERT)
    private LocalDateTime createTime;
    @Schema(description = "更新时间")
@@ -88,4 +87,7 @@
    @Schema(description = "是否结束)")
    @TableField("is_end_order")
    private Boolean endOrder;
    @Schema(description = "处置方式(不合格品处理单回传,2=厂内维修,3=返厂维修)")
    private Integer disposalMethod;
}