From 078a5c4ced367fdbd5a16c27c8bada6e44e632d5 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 09 十月 2025 16:00:33 +0800
Subject: [PATCH] 最新版本541200007

---
 server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRuleDetail.java |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRuleDetail.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRuleDetail.java
index 938879a..07409cf 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRuleDetail.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRuleDetail.java
@@ -1,6 +1,7 @@
 package com.doumee.dao.business.model;
 
 import com.doumee.core.annotation.excel.ExcelColumn;
+import com.doumee.service.business.third.model.LoginUserModel;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import com.baomidou.mybatisplus.annotation.IdType;
@@ -18,9 +19,10 @@
 @Data
 @ApiModel("鎶ヨ瑙勫垯閰嶇疆鏄庣粏琛�")
 @TableName("`warning_rule_detail`")
-public class WarningRuleDetail {
+public class WarningRuleDetail  extends LoginUserModel {
 
     @ApiModelProperty(value = "涓婚敭", example = "1")
+    @TableId(type = IdType.AUTO)
     @ExcelColumn(name="涓婚敭")
     private Integer id;
 
@@ -58,9 +60,9 @@
     @ExcelColumn(name="鎶ヨ绫诲瀷缂栫爜(鍏宠仈warning锛�")
     private Integer warningId;
 
-    @ApiModelProperty(value = "澶氳鍒欓棿闅旀椂闂�(绉掞級", example = "1")
-    @ExcelColumn(name="澶氳鍒欓棿闅旀椂闂�(绉掞級")
-    private Integer regionCode;
+    @ApiModelProperty(value = "鍖哄煙缂栫爜", example = "1")
+    @ExcelColumn(name="鍖哄煙缂栫爜")
+    private String regionCode;
 
     @ApiModelProperty(value = "鎺掑簭鐮�")
     @ExcelColumn(name="鎺掑簭鐮�")

--
Gitblit v1.9.3