|
|
|
@ -24,9 +24,9 @@ public class InventoryWorkBeen extends BaseObservable {
|
|
|
|
|
* materialName : 氨氮电极
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
private int inventoryCheckDetailId;
|
|
|
|
|
private int inventoryCheckId;
|
|
|
|
|
private int materialId;
|
|
|
|
|
private Long inventoryCheckDetailId;
|
|
|
|
|
private Long inventoryCheckId;
|
|
|
|
|
private Long materialId;
|
|
|
|
|
private String locationCode;
|
|
|
|
|
private String materialBatch;
|
|
|
|
|
private String stockType;
|
|
|
|
@ -66,27 +66,27 @@ public class InventoryWorkBeen extends BaseObservable {
|
|
|
|
|
this.poNo = poNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public int getInventoryCheckDetailId() {
|
|
|
|
|
public Long getInventoryCheckDetailId() {
|
|
|
|
|
return inventoryCheckDetailId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setInventoryCheckDetailId(int inventoryCheckDetailId) {
|
|
|
|
|
public void setInventoryCheckDetailId(Long inventoryCheckDetailId) {
|
|
|
|
|
this.inventoryCheckDetailId = inventoryCheckDetailId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public int getInventoryCheckId() {
|
|
|
|
|
public Long getInventoryCheckId() {
|
|
|
|
|
return inventoryCheckId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setInventoryCheckId(int inventoryCheckId) {
|
|
|
|
|
public void setInventoryCheckId(Long inventoryCheckId) {
|
|
|
|
|
this.inventoryCheckId = inventoryCheckId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public int getMaterialId() {
|
|
|
|
|
public Long getMaterialId() {
|
|
|
|
|
return materialId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setMaterialId(int materialId) {
|
|
|
|
|
public void setMaterialId(Long materialId) {
|
|
|
|
|
this.materialId = materialId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|