自动化立体仓库 - WMS系统
skyouc
2026-01-09 fea45f7448f209bfb836d1462673ac50c090b1f2
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasDevice;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasDeviceService extends IService<BasDevice> {
 
}