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; }