自动化立体仓库 - WMS系统
luxiaotao1123
2022-01-24 1918c5fe8c390ca90acff60b71e27257d65fb463
src/main/java/com/zy/ints/service/WaitMatchkLogService.java
@@ -4,5 +4,5 @@
import com.baomidou.mybatisplus.service.IService;
public interface WaitMatchkLogService extends IService<WaitMatchkLog> {
    boolean save(String billNo, String locNo, String matNo);
}