2021与蓝度共同重构项目,服务端
Van333
2022-11-19 c88f44a7d604bf91e22a5cb076018884a01a6261
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";
}