2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-02-28 d877cf557db5452093087fabb4479a10497ee218
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.sandu.ximon.admin.utils.request;
 
import lombok.Data;
 
/**
 * @program: server1
 * @description: 定时推送类
 * @author: YSS
 * @create: 2020-07-29 14:20
 **/
@Data
public class TaskSchedules {
    private String  type = "timedScreening";
 
    private Task task;
}