自动化立体仓库 - WMS系统
#
1
2025-12-13 3961298882ff4b75c2412312e6d4dc9a77e968d6
1
2
3
4
5
6
7
8
package com.zy.asrs.service.impl;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasRgvPath;
 
public interface BasRgvPathService extends IService<BasRgvPath> {
 
}