河北超高压算法调整
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
package com.njcn.prepare.harmonic.pojo.dto;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 类的介绍:
|
||||
*
|
||||
* @author xuyang
|
||||
* @version 1.0.0
|
||||
* @createTime 2024/1/5 11:28
|
||||
*/
|
||||
@Data
|
||||
public class UploadPointStatisticalParam implements Serializable {
|
||||
|
||||
private String orgId;
|
||||
|
||||
@ApiModelProperty("在运监测终端数量")
|
||||
private Integer runTerminalNum;
|
||||
|
||||
@ApiModelProperty("在线监测点个数")
|
||||
private Integer onlineMonitorNum;
|
||||
|
||||
@ApiModelProperty("在运监测点个数")
|
||||
private Integer runMonitorNum;
|
||||
}
|
||||
Reference in New Issue
Block a user