From d08f906904a74ef6a2047e1a5453a988b615e8c5 Mon Sep 17 00:00:00 2001 From: guoyuji <guoyujie@ng.com> Date: 星期五, 26 一月 2024 16:14:35 +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/pp/ReportingWork.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java index d12051e..86d5256 100644 --- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java +++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java @@ -2,9 +2,10 @@ import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; +import lombok.Data; import java.time.LocalDate; - +@Data public class ReportingWork { @TableId(type = IdType.AUTO) //鑷id -- Gitblit v1.8.0