liulin
2024-11-24 b7a7fe6d139893108fe431cd670a74351755c223
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.lunhan.xxx.entity.request.quartztaskinfo;
 
import lombok.Data;
 
@Data
public class ReqRunTaskRightNow {
    /**
     * 任务id
     */
    private Long id;
    /**
     * 执行参数
     */
    private String executeParameter;
}