1.完善模板解析功能
This commit is contained in:
@@ -44,11 +44,11 @@ public class EpdPqdDto implements Serializable {
|
||||
|
||||
@SerializedName("HarmStart")
|
||||
@ApiModelProperty("数据开始谐波次数")
|
||||
private Integer harmStart;
|
||||
private Double harmStart;
|
||||
|
||||
@SerializedName("HarmEnd")
|
||||
@ApiModelProperty("数据结束谐波次数")
|
||||
private Integer harmEnd;
|
||||
private Double harmEnd;
|
||||
|
||||
@SerializedName("StatMethod")
|
||||
@ApiModelProperty("数据统计方法(max,min,avg,cp95)")
|
||||
|
||||
Reference in New Issue
Block a user