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