|
@@ -68,7 +68,7 @@ public class PowerPointData {
|
|
|
private double dl = 0;
|
|
|
|
|
|
//欠发状态 SSQFZT
|
|
|
- @Desc(des = "欠发状态", uniformCode = "RQFZT", remark = "1")
|
|
|
+ @Desc(des = "欠发状态", uniformCode = "RQFDL", remark = "1")
|
|
|
private int qfzt = 0;
|
|
|
|
|
|
|
|
@@ -81,7 +81,7 @@ public class PowerPointData {
|
|
|
private double dfwc = 0;
|
|
|
|
|
|
//偏航角度 AI073
|
|
|
- @Desc(des = "偏航角度", uniformCode = "AI073", remark = "1")
|
|
|
+ @Desc(des = "偏航角度", uniformCode = "AI028", remark = "1")
|
|
|
private double angle = 0;
|
|
|
|
|
|
/**
|