自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-09-16 02f945187e70f4b3b36380a91a7b9544994da07d
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.WaitPakinLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface WaitPakinLogService extends IService<WaitPakinLog> {
 
}