#
Junjie
2024-01-05 3194da551027be67ec3285de7568e90bcfbf27ce
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);
    }