From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 18 九月 2024 09:39:02 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/HeLibrary.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/HeLibrary.java b/smartor/src/main/java/com/smartor/domain/HeLibrary.java
index 2c0911c..9a09666 100644
--- a/smartor/src/main/java/com/smartor/domain/HeLibrary.java
+++ b/smartor/src/main/java/com/smartor/domain/HeLibrary.java
@@ -28,6 +28,12 @@
     private Long id;
 
     /**
+     * 绫诲瀷锛�1瀹f暀  2閫氱煡
+     */
+    @ApiModelProperty("绫诲瀷锛�1瀹f暀  2閫氱煡")
+    private String hetype;
+
+    /**
      * 瀹f暀鍒嗙被
      */
     @Excel(name = " 瀹f暀鍒嗙被 ")
@@ -223,4 +229,9 @@
     @ApiModelProperty("瀵屾枃鏈�")
     private String richText = "";
 
+    /**
+     * html瀵屾枃鏈�
+     */
+    @ApiModelProperty("html瀵屾枃鏈�")
+    private String htmlRichText;
 }

--
Gitblit v1.9.3