guoyuji
2025-02-19 3d66a05e01b17a57f80a422b19fbbff92a69c080
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;
}