letsgocoding
2025-03-05 f422da3e23278a45283ff9f9eef49bc7453ac5e4
zhitan-system/src/main/java/com/zhitan/model/domain/DaqTemplate.java
@@ -25,6 +25,8 @@
  @Excel(name = "参数编码")
  private String code;
  @Excel(name = "采集编码")
  private String gatewayKey;
  /**
   * 参数名称
   */
@@ -90,4 +92,12 @@
  public void setUnit(String unit) {
    this.unit = unit;
  }
  public String getGatewayKey() {
    return gatewayKey;
  }
  public void setGatewayKey(String gatewayKey) {
    this.gatewayKey = gatewayKey;
  }
}