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