店铺管理-店铺配置:打印机设置相关接口
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package cn.ysk.cashier.mybatis.mapper;
|
||||
|
||||
import cn.ysk.cashier.pojo.shop.TbPrintMachineEntity;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 店铺打印机配置
|
||||
* @author tankaikai
|
||||
* @since 2024-09-25 11:47
|
||||
*/
|
||||
@Mapper
|
||||
public interface TbPrintMachineMapper extends BaseMapper<TbPrintMachineEntity> {
|
||||
}
|
||||
Reference in New Issue
Block a user