自动化立体仓库 - WMS系统
src/main/java/com/zy/asrs/service/impl/WrkMastLogServiceImpl.java
@@ -16,6 +16,7 @@
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
import java.util.Map;
import java.util.Objects;
@@ -58,4 +59,9 @@
        return R.ok(page);
    }
    @Override
    public List<InventoryFlowDto> inventoryFlowAll(Map<String, Object> param) {
        return this.baseMapper.inventoryFlowAll(param);
    }
}