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