java110-bean/src/main/java/com/java110/po/allocationStorehouseApply/AllocationStorehouseApplyPo.java
@@ -17,6 +17,8 @@
    private String createTime;
    //调拨返还状态标识
    private String applyType;
    //调拨源仓库
    private String shId;
    public String getApplyId() {
        return applyId;
@@ -105,4 +107,12 @@
    public void setApplyType(String applyType) {
        this.applyType = applyType;
    }
    public String getShId() {
        return shId;
    }
    public void setShId(String shId) {
        this.shId = shId;
    }
}