package com.zy.ints.service; import com.zy.ints.entity.WaitMatinLog; import com.baomidou.mybatisplus.service.IService; public interface WaitMatinLogService extends IService { boolean save(String billNo, Integer seqNo); }