修改巡检
parent
92eb1b4214
commit
ec437894a3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,76 @@
|
||||
package com.example.beijing_daxing.vm;
|
||||
|
||||
import androidx.databinding.BaseObservable;
|
||||
|
||||
public class PowerData extends BaseObservable {
|
||||
private int powerIn;
|
||||
private int powerOut;
|
||||
private int powerStockCheck;
|
||||
private int powerCheck;
|
||||
private int powerScrap;
|
||||
private int powerScrapIn;
|
||||
private int powerScrapOut;
|
||||
|
||||
public int getPowerIn() {
|
||||
return powerIn;
|
||||
}
|
||||
|
||||
public void setPowerIn(int powerIn) {
|
||||
this.powerIn = powerIn;
|
||||
notifyChange();
|
||||
}
|
||||
|
||||
public int getPowerOut() {
|
||||
return powerOut;
|
||||
}
|
||||
|
||||
public void setPowerOut(int powerOut) {
|
||||
this.powerOut = powerOut;
|
||||
notifyChange();
|
||||
}
|
||||
|
||||
public int getPowerStockCheck() {
|
||||
return powerStockCheck;
|
||||
}
|
||||
|
||||
public void setPowerStockCheck(int powerStockCheck) {
|
||||
this.powerStockCheck = powerStockCheck;
|
||||
notifyChange();
|
||||
}
|
||||
|
||||
public int getPowerCheck() {
|
||||
return powerCheck;
|
||||
}
|
||||
|
||||
public void setPowerCheck(int powerCheck) {
|
||||
this.powerCheck = powerCheck;
|
||||
notifyChange();
|
||||
}
|
||||
|
||||
public int getPowerScrap() {
|
||||
return powerScrap;
|
||||
}
|
||||
|
||||
public void setPowerScrap(int powerScrap) {
|
||||
this.powerScrap = powerScrap;
|
||||
notifyChange();
|
||||
}
|
||||
|
||||
public int getPowerScrapIn() {
|
||||
return powerScrapIn;
|
||||
}
|
||||
|
||||
public void setPowerScrapIn(int powerScrapIn) {
|
||||
this.powerScrapIn = powerScrapIn;
|
||||
notifyChange();
|
||||
}
|
||||
|
||||
public int getPowerScrapOut() {
|
||||
return powerScrapOut;
|
||||
}
|
||||
|
||||
public void setPowerScrapOut(int powerScrapOut) {
|
||||
this.powerScrapOut = powerScrapOut;
|
||||
notifyChange();
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue