ustcyc
2025-03-31 0258e37f185b220ece0f06656bcfece7921fa45d
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;
  }
}