提交代码

This commit is contained in:
huangzj
2023-07-19 14:58:13 +08:00
parent 285545ecd0
commit 11cd82dc0f
32 changed files with 365 additions and 68 deletions

View File

@@ -24,7 +24,7 @@ public class CommonStatisticalQueryParam {
private String statisticalId;
@ApiModelProperty(value = "取值类型MaxMincp95avg")
private String valueType;
@ApiModelProperty(value = "频次20-50")
@ApiModelProperty(value = "频次2-50")
private String frequency;
@ApiModelProperty(value = "开始时间")

View File

@@ -28,7 +28,7 @@ public class CsConfigurationParm {
private String remark;
private List<String> engeeringIds;
private List<String> projectIds;
private Integer orderBy;

View File

@@ -36,8 +36,8 @@ public class CsConfigurationPO extends BaseEntity {
@TableField(value = "remark")
private String remark;
@TableField(value = "engeering_ids")
private String engeeringIds;
@TableField(value = "project_ids")
private String projectIds;
@TableField(value = "order_By")
private Integer orderBy;

View File

@@ -32,7 +32,7 @@ public class CsConfigurationVO extends BaseEntity {
private Integer orderBy;
private List<String> engeeringIds;
private List<String> projectIds;
@ApiModelProperty(value = "操作人")