2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-04-28 bfce748e37a753c729e15dd233600379f504d019
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: 获取led屏高度请求body
 * @author: YSS
 * @create: 2019-04-24 11:40
 **/
public class GetScreenHeight {
 
    public final String type = "callCardService";
 
    public final String fn = "getScreenHeight";
}