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