自动化立体仓库 - WMS系统
lty
2026-01-20 ae6e248abee1211e2c4d0af4a13974d000ca3ab5
src/main/java/com/zy/asrs/service/impl/BasCrnpServiceImpl.java
@@ -13,6 +13,9 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Collections;
import java.util.List;
@Slf4j
@Service("basCrnpService")
public class BasCrnpServiceImpl extends ServiceImpl<BasCrnpMapper, BasCrnp> implements BasCrnpService {
@@ -78,4 +81,9 @@
        return true;
    }
    @Override
    public List<Integer> getLevList() {
        return this.baseMapper.getLevList();
    }
}