From 1c8b2be08e6c7655bab6d8a99f15b883768f0d38 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 30 七月 2024 17:15:43 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/HeLibrary.java | 13 +++++++++++++ 1 files changed, 13 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 bdd1876..bf4f204 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暀鍒嗙被 ") @@ -216,4 +222,11 @@ @ApiModelProperty("鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級") private String otherdata = ""; + /** + * 瀵屾枃鏈� + */ + @Excel(name = "瀵屾枃鏈�") + @ApiModelProperty("瀵屾枃鏈�") + private String richText = ""; + } -- Gitblit v1.9.3