Commit b76fb13e authored by tangwei's avatar tangwei

去除无用字段

parent d6f52bfc
...@@ -90,11 +90,11 @@ public class IdxBizFanPointTag{ ...@@ -90,11 +90,11 @@ public class IdxBizFanPointTag{
@TableField("ARAE") @TableField("ARAE")
private String arae; private String arae;
/** // /**
* 网关ID // * 网关ID
*/ // */
@TableField("GATEWAY_ID") // @TableField("GATEWAY_ID")
private Integer gatewayId; // private Integer gatewayId;
/** /**
* 变量方向 * 变量方向
*/ */
......
...@@ -66,11 +66,11 @@ public class IdxBizPvPointTag{ ...@@ -66,11 +66,11 @@ public class IdxBizPvPointTag{
@TableField("TAG_CODE") @TableField("TAG_CODE")
private String tagCode; private String tagCode;
/** // /**
* 网关ID // * 网关ID
*/ // */
@TableField("GATEWAY_ID") // @TableField("GATEWAY_ID")
private Integer gatewayId; // private Integer gatewayId;
/** /**
* 测点 * 测点
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment