店铺小票打印记录查询
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package cn.ysk.cashier.mybatis.mapper;
|
||||
|
||||
import cn.ysk.cashier.pojo.shop.TbPrintMachineLogEntity;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 店铺小票打印记录
|
||||
*
|
||||
* @author tankaikai
|
||||
* @since 2024-10-8 16:37
|
||||
*/
|
||||
@Mapper
|
||||
public interface TbPrintMachineLogMapper extends BaseMapper<TbPrintMachineLogEntity> {
|
||||
}
|
||||
Reference in New Issue
Block a user