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