From 3414e42ae766b0457a03fb97995abf07e2d074c2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 18 一月 2024 10:38:46 +0800
Subject: [PATCH] 调整

---
 server/service/src/main/java/com/doumee/dao/business/model/SmsEmail.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/service/src/main/java/com/doumee/dao/business/model/SmsEmail.java b/server/service/src/main/java/com/doumee/dao/business/model/SmsEmail.java
index 0360869..e5a67f4 100644
--- a/server/service/src/main/java/com/doumee/dao/business/model/SmsEmail.java
+++ b/server/service/src/main/java/com/doumee/dao/business/model/SmsEmail.java
@@ -65,7 +65,7 @@
 
     @ApiModelProperty(value = "鎵嬫満鍙�", example = "1")
     @ExcelColumn(name="鎵嬫満鍙�")
-    private Integer phone;
+    private String phone;
 
     @ApiModelProperty(value = "閭")
     @ExcelColumn(name="閭")
@@ -73,11 +73,11 @@
 
     @ApiModelProperty(value = "鐘舵�� 0鏈娇鐢� 1宸蹭娇鐢�")
     @ExcelColumn(name="鐘舵�� 0鏈娇鐢� 1宸蹭娇鐢�")
-    private String status;
+    private Integer status;
 
     @ApiModelProperty(value = "绫诲瀷 0鐭俊 1閭欢")
     @ExcelColumn(name="绫诲瀷 0鐭俊 1閭欢")
-    private String type;
+    private Integer type;
 
     @ApiModelProperty(value = "鍏宠仈瀵硅薄缂栫爜", example = "1")
     @ExcelColumn(name="鍏宠仈瀵硅薄缂栫爜")

--
Gitblit v1.9.3