自动化立体仓库 - WMS系统
#
lty
10 天以前 2b02dbd3275136f571afe36626b851519015691e
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> {
 
}