liusheng
2024-07-04 84c71ae1ed901e98cd3ba4a7484ac3eb58f0cfb5
smartor/src/main/java/com/smartor/domain/HeLibrary.java
@@ -216,4 +216,11 @@
    @ApiModelProperty("其它数据(存储变量)")
    private String otherdata = "";
    /**
     * 富文本
     */
    @Excel(name = "富文本")
    @ApiModelProperty("富文本")
    private String richText = "";
}