自动化立体仓库 - WMS系统
Administrator
7 天以前 f1fdbb9fbe3614e1b9b798e0219e17e8c520e0ce
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasRgvPath;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasRgvPathService extends IService<BasRgvPath> {
 
}