Commit b76fb13e authored by tangwei's avatar tangwei

去除无用字段

parent d6f52bfc
......@@ -90,11 +90,11 @@ public class IdxBizFanPointTag{
@TableField("ARAE")
private String arae;
/**
* 网关ID
*/
@TableField("GATEWAY_ID")
private Integer gatewayId;
// /**
// * 网关ID
// */
// @TableField("GATEWAY_ID")
// private Integer gatewayId;
/**
* 变量方向
*/
......
......@@ -66,11 +66,11 @@ public class IdxBizPvPointTag{
@TableField("TAG_CODE")
private String tagCode;
/**
* 网关ID
*/
@TableField("GATEWAY_ID")
private Integer gatewayId;
// /**
// * 网关ID
// */
// @TableField("GATEWAY_ID")
// 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