From 494344ed0614fec4799c28ea795fbc37b258a410 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 20 十月 2022 14:53:22 +0800 Subject: [PATCH] bug修改 --- ycl-platform/src/main/java/com/ycl/entity/message/SmsAudit.java | 12 ++++++++++++ 1 files changed, 12 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..456f047 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 Integer auditResult; + /** + * 瀹℃牳鎰忚 + */ + @TableField("audit_opinion") + @ApiModelProperty(value = "瀹℃牳鎰忚") + private Integer auditOpinion; + /** * 鍒涘缓浜� */ @TableField("create_user") -- Gitblit v1.8.0