|
@@ -6,9 +6,11 @@ public class EquipmentJzVo {
|
|
|
|
|
|
private String id;
|
|
|
|
|
|
- private Double yggl;
|
|
|
+ private Double ssgl;
|
|
|
|
|
|
- private Double rfdl;
|
|
|
+ private Double jldl;
|
|
|
+
|
|
|
+ private Double jldy;
|
|
|
|
|
|
private Double yxzt;
|
|
|
|
|
@@ -28,20 +30,28 @@ public class EquipmentJzVo {
|
|
|
this.id = id;
|
|
|
}
|
|
|
|
|
|
- public Double getYggl() {
|
|
|
- return yggl;
|
|
|
+ public Double getSsgl() {
|
|
|
+ return ssgl;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSsgl(Double ssgl) {
|
|
|
+ this.ssgl = ssgl;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getJldl() {
|
|
|
+ return jldl;
|
|
|
}
|
|
|
|
|
|
- public void setYggl(Double yggl) {
|
|
|
- this.yggl = yggl;
|
|
|
+ public void setJldl(Double jldl) {
|
|
|
+ this.jldl = jldl;
|
|
|
}
|
|
|
|
|
|
- public Double getRfdl() {
|
|
|
- return rfdl;
|
|
|
+ public Double getJldy() {
|
|
|
+ return jldy;
|
|
|
}
|
|
|
|
|
|
- public void setRfdl(Double rfdl) {
|
|
|
- this.rfdl = rfdl;
|
|
|
+ public void setJldy(Double jldy) {
|
|
|
+ this.jldy = jldy;
|
|
|
}
|
|
|
|
|
|
public Double getYxzt() {
|