将Float修改成Double
This commit is contained in:
@@ -34,13 +34,13 @@ public class DataFlicker {
|
|||||||
private String phaseType;
|
private String phaseType;
|
||||||
|
|
||||||
@Column(name = "fluc")
|
@Column(name = "fluc")
|
||||||
private Double fluc=0.00f;
|
private Double fluc=0.00;
|
||||||
|
|
||||||
@Column(name = "plt")
|
@Column(name = "plt")
|
||||||
private Double plt=0.00f;
|
private Double plt=0.00;
|
||||||
|
|
||||||
@Column(name = "pst")
|
@Column(name = "pst")
|
||||||
private Double pst=0.00f;
|
private Double pst=0.00;
|
||||||
|
|
||||||
@Column(name = "quality_flag",tag = true)
|
@Column(name = "quality_flag",tag = true)
|
||||||
private String qualityFlag;
|
private String qualityFlag;
|
||||||
|
|||||||
Reference in New Issue
Block a user