前置日志优化
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.njcn.csharmonic.param;
|
||||
|
||||
import com.njcn.web.pojo.param.BaseParam;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xy
|
||||
*/
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
public class CldWarnParam extends BaseParam implements Serializable {
|
||||
|
||||
@ApiModelProperty("告警等级")
|
||||
private String level;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user