java110
2021-10-17 e9e9d2d2e0f4d57af0b1db4387131a4c86b86230
java110-bean/src/main/java/com/java110/po/machine/MachinePo.java
old mode 100644 new mode 100755
@@ -25,6 +25,7 @@
    private String locationObjId;
    private String state;
    private String direction;
    private String typeId;
    public String getMachineId() {
@@ -130,4 +131,12 @@
    public void setDirection(String direction) {
        this.direction = direction;
    }
    public String getTypeId() {
        return typeId;
    }
    public void setTypeId(String typeId) {
        this.typeId = typeId;
    }
}