liusheng
2024-08-28 bedd0a1cef215538df64470df6b8d4a022189136
smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
@@ -17,7 +17,7 @@
 */
@ApiModel(value = "ServiceSubtask", description = "单一随访任务")
@Data
public class ServiceSubtask extends BaseEntity {
public class ServiceSubtask extends PatArchive {
    private static final long serialVersionUID = 1L;
    /**
@@ -409,4 +409,11 @@
    private String libtemplatename;
    /**
     * 长期任务,给患者发送的时间
     */
    @Excel(name = " 长期任务,给患者发送的时间")
    @ApiModelProperty(value = "长期任务,给患者发送的时间")
    private Date longSendTime;
}