自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-09 d109886022563627870ae251b95ba15082b8980f
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> {
 
}