提交代码
This commit is contained in:
@@ -24,7 +24,7 @@ public class CommonStatisticalQueryParam {
|
||||
private String statisticalId;
|
||||
@ApiModelProperty(value = "取值类型(Max,Min,cp95,avg)")
|
||||
private String valueType;
|
||||
@ApiModelProperty(value = "频次20-50")
|
||||
@ApiModelProperty(value = "频次2-50")
|
||||
private String frequency;
|
||||
|
||||
@ApiModelProperty(value = "开始时间")
|
||||
|
||||
@@ -28,7 +28,7 @@ public class CsConfigurationParm {
|
||||
|
||||
private String remark;
|
||||
|
||||
private List<String> engeeringIds;
|
||||
private List<String> projectIds;
|
||||
|
||||
|
||||
private Integer orderBy;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -32,7 +32,7 @@ public class CsConfigurationVO extends BaseEntity {
|
||||
private Integer orderBy;
|
||||
|
||||
|
||||
private List<String> engeeringIds;
|
||||
private List<String> projectIds;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "操作人")
|
||||
|
||||
Reference in New Issue
Block a user