自动化立体仓库 - WMS系统
#
yxFwq
2025-03-27 4e9f04fc39470df794ff0561d7804dcd2a933784
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);
 
}