From 0c35c75ada3bb2a0a4d2843d20445af524f0e357 Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期二, 31 十二月 2024 15:53:52 +0800
Subject: [PATCH] 调整页面赋码展示,新增一个项目中心页面展示
---
system/src/main/java/com/ycl/system/domain/base/AbsEntity.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/src/main/java/com/ycl/system/domain/base/AbsEntity.java b/system/src/main/java/com/ycl/system/domain/base/AbsEntity.java
index e2a9f06..3f3cca0 100644
--- a/system/src/main/java/com/ycl/system/domain/base/AbsEntity.java
+++ b/system/src/main/java/com/ycl/system/domain/base/AbsEntity.java
@@ -17,8 +17,8 @@
private static final long serialVersionUID = 1L;
- @TableId(value = "id", type = IdType.ASSIGN_ID)
- private Integer id;
+ @TableId(value = "id", type = IdType.AUTO)
+ private Long id;
/** 鍒涘缓鏃堕棿 */
@TableField(value = "gmt_create", fill = FieldFill.INSERT)
--
Gitblit v1.8.0