java110
2021-10-19 b278a4b743d0cf45fd0b42bc78ff42f4e1124baf
java110-bean/src/main/java/com/java110/po/machine/MachinePo.java
@@ -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;
    }
}