自动化立体仓库 - WMS系统
#
LSH
2023-12-25 53b7d1129e69ade45e7347ee1834f524a36e7d98
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.WaitPakin;
import com.baomidou.mybatisplus.service.IService;
 
public interface WaitPakinService extends IService<WaitPakin> {
 
}