chenlu
2025-09-28 c27bbcc497711df8b13d096f4917b5a8f16508c9
north-glass-erp/src/main/java/com/example/erp/entity/pp/Rework.java
@@ -1,5 +1,6 @@
package com.example.erp.entity.pp;
import com.baomidou.mybatisplus.annotation.TableField;
import lombok.Data;
import java.time.LocalDate;
@@ -42,5 +43,6 @@
    private String reportingWorkId;
    //外键流程卡表
    @TableField(select = false,exist= false)
    private FlowCard flowCard;
}