From cc6ee8e7461b7959b0917ed260afa47c99cd98ea Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 28 十月 2022 11:13:37 +0800
Subject: [PATCH] 店铺上传bug解决和用户添加用户类型bug解决
---
ycl-platform/src/main/java/com/ycl/entity/message/SmsAudit.java | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/ycl-platform/src/main/java/com/ycl/entity/message/SmsAudit.java b/ycl-platform/src/main/java/com/ycl/entity/message/SmsAudit.java
index e126d41..8c3359c 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/message/SmsAudit.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/message/SmsAudit.java
@@ -53,6 +53,18 @@
@ApiModelProperty(value = "瀹℃牳鐘舵��")
private Integer auditStatus;
/**
+ * 瀹℃牳缁撴灉
+ */
+ @TableField("audit_result")
+ @ApiModelProperty(value = "瀹℃牳缁撴灉")
+ private String auditResult;
+ /**
+ * 瀹℃牳鎰忚
+ */
+ @TableField("audit_opinion")
+ @ApiModelProperty(value = "瀹℃牳鎰忚")
+ private String auditOpinion;
+ /**
* 鍒涘缓浜�
*/
@TableField("create_user")
@@ -76,4 +88,31 @@
@TableField("update_time")
@ApiModelProperty(value = "鏇存柊鏃堕棿")
private Date updateTime;
+
+
+ /**
+ * 瀹℃牳浜烘枃鏈�
+ */
+ @ApiModelProperty(value = "瀹℃牳浜烘枃鏈�")
+ @TableField(value = "audit_text",exist = false)
+ private String auditText;
+ /**
+ * 鏍囬
+ */
+ @ApiModelProperty(value = "鏍囬")
+ @TableField(value = "title",exist = false)
+ private String title;
+ /**
+ * 娑堟伅浣�
+ */
+ @ApiModelProperty(value = "娑堟伅浣�")
+ @TableField(value = "body",exist = false)
+ private String body;
+ /**
+ * 鍒涘缓浜烘枃鏈�
+ */
+ @ApiModelProperty(value = "鍒涘缓浜烘枃鏈�")
+ @TableField(value = "create_user_text",exist = false)
+ private String createUserText;
+
}
--
Gitblit v1.8.0