liurunyu
2025-05-07 031ab702d1a6c08c5339b9f5f4514c6879941a97
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.dy.pipIrrRemote.monitor;
 
import lombok.AllArgsConstructor;
import lombok.Data;
 
/**
 * @Author: liurunyu
 * @Date: 2025/5/6 11:36
 * @Description
 */
@Data
@AllArgsConstructor
public class ComTransParam {
    public String commandCode;
    public String data ;
}