自动化立体仓库 - WMS系统
#
18516761980
2023-03-05 93a5853a6956d39b2f6fa940c3b9a5701f9498d8
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> {
 
}