自动化立体仓库 - WMS系统
zhangchao
2024-10-23 401da88caef79968c8c0b1cb15487c4a554761ec
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.AgvWaitPakinLog;
 
public interface AgvWaitPakinLogService extends IService<AgvWaitPakinLog> {
 
    boolean save(String zpallet);
 
}