‘liusuyi’
2023-06-14 e4b75d402e8cb84a70e2f84f4e19f566ffd38d85
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ruoyi.constant;
 
import java.util.ArrayList;
import java.util.List;
 
/**
 * @Description: 全局类
 * @ClassName: Global
 * @Author: 刘苏义
 * @Date: 2023年06月03日10:30
 * @Version: 1.0
 **/
public class Global {
 
    //开启录像的任务列表
    public static List<String> task_record=new ArrayList<>();
}