From afb277a81e060c6275f11e9f9f102b5dcfd80a72 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 27 六月 2024 09:46:05 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/HeLibrary.java | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/HeLibrary.java b/smartor/src/main/java/com/smartor/domain/HeLibrary.java index f9c950a..2c0911c 100644 --- a/smartor/src/main/java/com/smartor/domain/HeLibrary.java +++ b/smartor/src/main/java/com/smartor/domain/HeLibrary.java @@ -53,7 +53,7 @@ */ @Excel(name = " 鐗堟湰 ") @ApiModelProperty("鐗堟湰") - private BigDecimal version; + private String version; /** * 瀹f暀褰㈠紡 :鏂囨湰銆佸浘鐗囥�佽闊炽�佽棰戙�佹贩鍚� @@ -186,7 +186,7 @@ */ @Excel(name = "閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3") @ApiModelProperty("閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3") - private String suitway; + private String suitway = ""; /** * 绉戝鍚嶇О @@ -216,4 +216,11 @@ @ApiModelProperty("鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級") private String otherdata = ""; + /** + * 瀵屾枃鏈� + */ + @Excel(name = "瀵屾枃鏈�") + @ApiModelProperty("瀵屾枃鏈�") + private String richText = ""; + } -- Gitblit v1.9.3