2021与蓝度共同重构项目,服务端
liuhaonan
2022-04-28 9dd4f3549911f1253ccd9b934e8a5a90a7b2ce8c
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 10:41
 **/
public class GetScreenWidth {
 
    public final String type = "callCardService";
 
    public final String fn = "getScreenWidth";
}