|
@@ -93,10 +93,6 @@ public class DevicePoint implements Serializable {
|
|
|
@Excel(name = "寄存器偏移位", width = 15)
|
|
|
@ApiModelProperty(value = "寄存器偏移位-modbus")
|
|
|
private Integer pointScale;
|
|
|
- /**测试结果*/
|
|
|
- @Excel(name = "测试结果", width = 15)
|
|
|
- @ApiModelProperty(value = "测试结果")
|
|
|
- private java.lang.String remarks;
|
|
|
/**数据类型*/
|
|
|
@Excel(name = "数据类型", width = 15)
|
|
|
@ApiModelProperty(value = "数据类型")
|