CZT
2023-11-27 c206acfaedc69c390fb67daa81bc686f58a212ef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ld.igds.protocol.bhzn.inout.client;
 
import lombok.Data;
 
/**
 * @version v1.0
 * @ProjectName: igds-v4
 * @ClassName: ReqGate
 * @Author: vince
 * @Date: 2023/7/4 11:53
 */
@Data
public class ReqGate {
//    private Integer StNum = 1;
//    private Integer Cmd = 226;
    private Integer[] Value = new Integer[]{1,1};
    private Integer[] LEDValue  = new Integer[]{1,1};
}