liusheng
2024-12-05 78c9129e9045fafe4c2f7333b3dcafde6b20b96d
smartor/src/main/java/com/smartor/domain/HeLibrary.java
@@ -229,4 +229,9 @@
    @ApiModelProperty("富文本")
    private String richText = "";
    /**
     * html富文本
     */
    @ApiModelProperty("html富文本")
    private String htmlRichText;
}