From 66dcbf3fcfc3bb27a5619626d24ce19f50a4b79f Mon Sep 17 00:00:00 2001 From: chenlu <1320612696@qq.com> Date: 星期五, 26 一月 2024 16:04:58 +0800 Subject: [PATCH] 工单管理查询前后端代码文件;pp模块实体类修改 --- 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