From 4d72cab793033f026dbf1bb9918898cf855ff9ff Mon Sep 17 00:00:00 2001 From: xiaoguangbin Date: Sat, 8 Feb 2025 16:45:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201.oracle=E5=88=87=E6=8D=A2=E8=87=B3pgsql?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=20=E8=A7=A3=E5=86=B3=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E6=8F=92=E5=85=A5=E6=8F=92=E5=85=A5roi=E8=A1=A8?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/jeecg/modules/base/entity/rnauto/GardsAnalysisRoi.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/rnauto/GardsAnalysisRoi.java b/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/rnauto/GardsAnalysisRoi.java index 4961a62f..6b8c9149 100644 --- a/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/rnauto/GardsAnalysisRoi.java +++ b/jeecg-boot-base-core/src/main/java/org/jeecg/modules/base/entity/rnauto/GardsAnalysisRoi.java @@ -14,6 +14,7 @@ import org.springframework.format.annotation.DateTimeFormat; @Data @TableName("RNAUTO.GARDS_ANALYSIS_ROI") +@KeySequence(value = "rnauto.gards_analyses_roi_seq", dbType = DbType.POSTGRE_SQL) @Accessors(chain = true) public class GardsAnalysisRoi { @@ -22,6 +23,7 @@ public class GardsAnalysisRoi { private Integer sampleId; + @TableId(value = "ROI_ID",type = IdType.INPUT) private Integer roiId; private Integer roiNum;