#
Junjie
2024-05-24 2261f6ef772af3df1eee7417a09987773e41342d
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/OrderDetl.java
@@ -478,6 +478,13 @@
        return null;
    }
    public Double getEnableQty() {
        if (null != this.anfme && this.qty != null) {
            return this.anfme - this.qty;
        }
        return null;
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
    }