自动化立体仓库 - WMS系统
zjj
2023-09-07 607e14a92ba7c0b2dc277591e93104b53274d282
1
2
3
4
5
6
7
8
9
package com.zy.ints.service;
 
import com.zy.ints.entity.WaitMatoutLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface WaitMatoutLogService extends IService<WaitMatoutLog> {
 
    Boolean save(String billNo, Integer seqNo);
}