2021与蓝度共同重构项目,服务端
liuhaonan
2022-09-07 4dd900d3ba36d12adf860eb5a28a40589f55e0a2
1
2
3
4
5
6
7
8
9
10
package com.sandu.ximon.admin.utils.request;
 
/**
 * @description: 查询定时
 **/
 
public class GetTimeSchedule {
//        "type":"getTimedScreening"
    private String type = "getTimedScreening";
}