自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-09-20 771881b3f58148600c16fb168a47d769fce5588b
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> {
 
}