|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | @JsonPropertyOrder({ "id", "rtuAddr", "intakeName", "bindNumber", "findDt", "isOnLine", "protocol", "remarks"}) | 
|---|
|  |  |  | @JsonPropertyOrder({ "id", "rtuAddr", "intakeName", "bindNumber", "findDt", "isOnLine", "protocol", "protocolVersion", "remarks"}) | 
|---|
|  |  |  | @HeadRowHeight(30) | 
|---|
|  |  |  | @ContentRowHeight(20) | 
|---|
|  |  |  | public class VoController implements BaseEntity { | 
|---|
|  |  |  | 
|---|
|  |  |  | @ExcelIgnore | 
|---|
|  |  |  | private String protocol; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Schema(title = "协议版本号") | 
|---|
|  |  |  | @ExcelIgnore | 
|---|
|  |  |  | private String protocolVersion; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Schema(title = "备注") | 
|---|
|  |  |  | @ExcelIgnore | 
|---|
|  |  |  | private String remarks; | 
|---|