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