1.冀北分布式光伏代码提交
2.审计日志管理代码提交修改 3.暂降推送日志,筛选添加
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.njcn.event.pojo.param;
|
||||
|
||||
import com.njcn.common.pojo.param.StatisticsBizBaseParam;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author wr
|
||||
* @description
|
||||
* @date 2023/5/24 9:36
|
||||
*/
|
||||
@Data
|
||||
public class EventTypeParam extends StatisticsBizBaseParam {
|
||||
|
||||
@ApiModelProperty(name = "type", value = "区分主配网")
|
||||
private Integer pointType=0; //监测点名称
|
||||
}
|
||||
Reference in New Issue
Block a user