1
2
3
4
5
6
7
8
9
10
11
12
13
14
| package com.sandu.ximon.admin.utils.request;
|
| /**
| * @program: machine-fast
| * @description: 查询屏幕状态请求body
| * @author: YSS
| * @create: 2019-04-25 13:24
| **/
| public class IsScreenOpen {
|
| public final String type = "callCardService";
|
| public final String fn = "isScreenOpen";
| }
|
|