Newer
Older
smartwell_demos / src / main / java / com / casic / model / AlarmConfigParam.java
chaizhuang on 24 Sep 2022 339 bytes 硫化氢新增
package com.casic.model;

import lombok.Data;

@Data
public class AlarmConfigParam {
    private String deviceType;
    private String thresholdVol;
    private String collectInterval;
    private String uploadCycle;
    private String retryNum;
    private String ip;
    private String port;
    private String devcode;
}