自动化立体仓库 - WMS系统
1
ZY
2025-04-27 0368c0b26c52b032e3ef86b3fda548d34fbfa4f7
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasSteOpt;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasSteOptService extends IService<BasSteOpt> {
 
}