暂态报告新增是否只统计暂降条件
This commit is contained in:
@@ -6,9 +6,7 @@ import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @author xxy
|
||||
@@ -35,4 +33,7 @@ public class StatisticsParam implements Serializable {
|
||||
@ApiModelProperty(name = "flag",value = "标识")
|
||||
private Integer flag;
|
||||
|
||||
@ApiModelProperty(name = "isDip",value = "是否只统计暂降")
|
||||
private Boolean isDip;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user