liusheng
2024-09-18 907641e56c2085aaa81f267946dc3e3e9fca73e7
smartor/src/main/java/com/smartor/domain/HeLibrary.java
@@ -28,6 +28,12 @@
    private Long id;
    /**
     * 类型:1宣教  2通知
     */
    @ApiModelProperty("类型:1宣教  2通知")
    private String hetype;
    /**
     * 宣教分类
     */
    @Excel(name = " 宣教分类 ")
@@ -53,7 +59,7 @@
     */
    @Excel(name = " 版本 ")
    @ApiModelProperty("版本")
    private BigDecimal version;
    private String version;
    /**
     * 宣教形式 :文本、图片、语音、视频、混合
@@ -186,7 +192,7 @@
     */
    @Excel(name = "适用方式:调查表1,智能语音2、人工3")
    @ApiModelProperty("适用方式:调查表1,智能语音2、人工3")
    private String suitway;
    private String suitway = "";
    /**
     * 科室名称
@@ -216,4 +222,16 @@
    @ApiModelProperty("其它数据(存储变量)")
    private String otherdata = "";
    /**
     * 富文本
     */
    @Excel(name = "富文本")
    @ApiModelProperty("富文本")
    private String richText = "";
    /**
     * html富文本
     */
    @ApiModelProperty("html富文本")
    private String htmlRichText;
}