算法调整提交
This commit is contained in:
@@ -14,6 +14,7 @@ import java.util.List;
|
||||
@Data
|
||||
public class CommonMinuteDto implements Serializable {
|
||||
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private String time;
|
||||
|
||||
@@ -26,7 +27,7 @@ public class CommonMinuteDto implements Serializable {
|
||||
private List<PhasicType> phasicTypeList;
|
||||
|
||||
@Data
|
||||
public static class PhasicType {
|
||||
public static class PhasicType implements Serializable{
|
||||
|
||||
@ApiModelProperty("相别,'A'表示A相,'B'表示B相,'C'表示C相,'T'表示总, 'M'表示无相别")
|
||||
private String phasicType;
|
||||
@@ -36,7 +37,7 @@ public class CommonMinuteDto implements Serializable {
|
||||
|
||||
|
||||
@Data
|
||||
public static class ValueType {
|
||||
public static class ValueType implements Serializable{
|
||||
|
||||
@ApiModelProperty("数据类型 最大值:max、最小值:min、平均值:avg、95值:cp95")
|
||||
private String valueType;
|
||||
|
||||
@@ -32,8 +32,6 @@ spring:
|
||||
refresh: true
|
||||
- data-Id: share-config-datasource-db.yaml
|
||||
refresh: true
|
||||
- data-Id: data-platform.yaml
|
||||
refresh: true
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
servlet:
|
||||
|
||||
Reference in New Issue
Block a user