liusheng
2024-06-05 01bbc8f0563b33dd5ce6d59f76c3bae9931615dd
smartor/src/main/java/com/smartor/domain/PatTaskRelevance.java
@@ -134,6 +134,13 @@
    private Date sendTime;
    /**
     * 入院时间
     */
    @Excel(name = "入院时间")
    @ApiModelProperty("入院时间")
    private Date inhosptime;
    /**
     * 发送时间
     */
    @Excel(name = "就诊时间")
@@ -176,4 +183,11 @@
    @ApiModelProperty(value = "病房号")
    private String roomno;
    /**
     * 文本变量参数
     */
    @Excel(name = "文本变量参数")
    @ApiModelProperty(value = "文本变量参数")
    private String textParam;
}