whycq
2024-05-27 cb1db468bcaa90e9a0e2e4aee192088e9370ac52
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);
    }