自动化立体仓库 - WMS系统
#
whycq
2022-04-12 c8e4f538183726b559e436b0aeb83bfd8b84b3ba
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);
 
}