From e8ba2a1bec7ffbd78cb941521b31d000890e66de Mon Sep 17 00:00:00 2001 From: chenlu <1320612696@qq.com> Date: 星期二, 27 二月 2024 14:04:16 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override --- north-glass-erp/src/main/java/com/example/erp/entity/sd/ProductDetail.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/sd/ProductDetail.java b/north-glass-erp/src/main/java/com/example/erp/entity/sd/ProductDetail.java index 5f2c59f..2877505 100644 --- a/north-glass-erp/src/main/java/com/example/erp/entity/sd/ProductDetail.java +++ b/north-glass-erp/src/main/java/com/example/erp/entity/sd/ProductDetail.java @@ -1,6 +1,7 @@ package com.example.erp.entity.sd; import com.baomidou.mybatisplus.annotation.IdType; +import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import lombok.Data; @@ -22,5 +23,6 @@ private String process; private String separation; private LocalDate createTime; + @TableField(select = false) private Product product; } \ No newline at end of file -- Gitblit v1.8.0