自动化立体仓库 - WMS系统
#
lty
16 小时以前 585023c7abdd062c51ecf33b6b2119f3a4fbf993
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();
    }
}