liusheng
2024-06-27 afb277a81e060c6275f11e9f9f102b5dcfd80a72
smartor/src/main/java/com/smartor/domain/PatTaskRelevance.java
@@ -121,8 +121,8 @@
    /**
     * 病历号
     */
    @Excel(name = "发送状态")
    @ApiModelProperty("发送状态")
    @Excel(name = "发送状态 :1 被领取  2 待发送  3 已发送")
    @ApiModelProperty("发送状态 :1 被领取  2 待发送  3 已发送")
    private Integer sendStatus;
@@ -132,6 +132,13 @@
    @Excel(name = "发送时间")
    @ApiModelProperty("发送时间")
    private Date sendTime;
    /**
     * 入院时间
     */
    @Excel(name = "入院时间")
    @ApiModelProperty("入院时间")
    private Date inhosptime;
    /**
     * 发送时间
@@ -176,4 +183,11 @@
    @ApiModelProperty(value = "病房号")
    private String roomno;
    /**
     * 文本变量参数
     */
    @Excel(name = "文本变量参数")
    @ApiModelProperty(value = "文本变量参数")
    private String textParam;
}