自动化立体仓库 - WMS系统
zyx
2023-07-14 f1223c78a7b93d89017c26770390ef446cc57ac6
1
2
3
4
5
6
7
8
9
10
11
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.AgvBasDevp;
 
public interface AgvBasDevpService extends IService<AgvBasDevp> {
 
    public void clearBasDevp();
 
    public void initBasDevp();
}