自动化立体仓库 - WMS系统
skyouc
62 分钟以前 8a57dfc1179f53bad5c874dda908f57b8afc5091
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.TrayCode;
import com.baomidou.mybatisplus.service.IService;
 
public interface TrayCodeService extends IService<TrayCode> {
 
}