From 4a8ff39b0fab0627ef8f7459587d514cc01c3676 Mon Sep 17 00:00:00 2001 From: rk <94314517@qq.com> Date: 星期一, 20 十月 2025 10:52:02 +0800 Subject: [PATCH] Merge branch 'wuhuyancao' of http://139.186.142.91:10010/r/productDev/dmvisit into wuhuyancao --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRule.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRule.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRule.java index 15d91c5..c1e2b0e 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRule.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRule.java @@ -24,6 +24,7 @@ public class WarningRule extends LoginUserModel { @ApiModelProperty(value = "涓婚敭", example = "1") + @TableId(type = IdType.AUTO) @ExcelColumn(name="涓婚敭") private Integer id; -- Gitblit v1.9.3