liusheng
2024-09-21 d3bf339bd64d7b7efddc0afdd4beb1866b8b5a04
smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
@@ -2,6 +2,7 @@
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
@@ -215,7 +216,7 @@
     * 发送状态
     */
    @Excel(name = " 发送状态 ")
    @ApiModelProperty(value = "发送状态 1 被领取  2 待发送  3 已发送  4 不执行  5 发送失败")
    @ApiModelProperty(value = "发送状态 1 被领取  2 待发送  3 已发送  4 不执行  5 发送失败 6 已完成")
    private Long sendstate;
    /**
@@ -508,4 +509,16 @@
    @Excel(name = " 出院病区名称 ")
    private String leavehospitaldistrictname;
    /**
     * 出院病区编号
     */
    @ApiModelProperty(value = "出院病区编号集合")
    private List<String> leavehospitaldistrictcodes;
    /**
     * 出院病区编号
     */
    @ApiModelProperty(value = "出院部门编号集合")
    private List<String> leaveldeptcodes;
}