package com.zy.ints.service; import com.zy.ints.entity.WaitMatchkLog; import com.baomidou.mybatisplus.service.IService; public interface WaitMatchkLogService extends IService { boolean save(String billNo, String locNo, String matNo); }