新算法25、26提交

This commit is contained in:
2023-11-23 20:16:19 +08:00
parent 67b738e5b3
commit 6efcee0dcb
9 changed files with 320 additions and 11 deletions

View File

@@ -0,0 +1,25 @@
package com.njcn.prepare.harmonic.pojo.param;
import lombok.Data;
/**
* 类的介绍:
*
* @author xuyang
* @version 1.0.0
* @createTime 2023/11/23 19:14
*/
@Data
public class EventParam {
/**
* 暂态监测点个数
*/
private Integer eventLineCount;
/**
* 发生暂态时间次数
*/
private Float eventCount;
}