fix: 1.oracle切换至pgsql之后 解决数据库插入插入roi表失败问题
This commit is contained in:
parent
9981240902
commit
4d72cab793
|
@ -14,6 +14,7 @@ import org.springframework.format.annotation.DateTimeFormat;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@TableName("RNAUTO.GARDS_ANALYSIS_ROI")
|
@TableName("RNAUTO.GARDS_ANALYSIS_ROI")
|
||||||
|
@KeySequence(value = "rnauto.gards_analyses_roi_seq", dbType = DbType.POSTGRE_SQL)
|
||||||
@Accessors(chain = true)
|
@Accessors(chain = true)
|
||||||
public class GardsAnalysisRoi {
|
public class GardsAnalysisRoi {
|
||||||
|
|
||||||
|
@ -22,6 +23,7 @@ public class GardsAnalysisRoi {
|
||||||
|
|
||||||
private Integer sampleId;
|
private Integer sampleId;
|
||||||
|
|
||||||
|
@TableId(value = "ROI_ID",type = IdType.INPUT)
|
||||||
private Integer roiId;
|
private Integer roiId;
|
||||||
|
|
||||||
private Integer roiNum;
|
private Integer roiNum;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user