自动化立体仓库 - WMS系统
#
lty
98 分钟以前 585023c7abdd062c51ecf33b6b2119f3a4fbf993
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.service;
 
import com.zy.asrs.entity.WaitPakinLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface WaitPakinLogService extends IService<WaitPakinLog> {
 
    boolean save(String zpallet);
 
}