From b21fb4c288c98971f9859cf5d85cef4c86e131bb Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期五, 08 十二月 2023 14:46:21 +0800 Subject: [PATCH] 12.8 --- cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStore.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStore.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStore.java index 8adf9ff..6b71bf1 100644 --- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStore.java +++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStore.java @@ -12,7 +12,7 @@ @TableName("t_store") @Data public class TStore { - @TableId(type = IdType.AUTO) + @TableId(type = IdType.INPUT) private Integer id; @TableField("name") private String name; -- Gitblit v1.7.1