1
zhang
2 天以前 23182f2c951df5fa55e70e30ff70ddaf91199a2e
1
2
3
4
5
6
7
8
9
10
package com.zy.acs.hex.domain;
 
import lombok.Data;
 
import java.io.Serializable;
 
@Data
public class Device implements Serializable {
    private String protocol;
}