1.代客下单 商品数量减少增加打印退单票据

This commit is contained in:
2024-08-30 15:06:56 +08:00
parent e0b62b66d4
commit 83d3aa444f
6 changed files with 280 additions and 109 deletions

View File

@@ -0,0 +1,8 @@
package com.chaozhanggui.system.cashierservice.mybatis;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.chaozhanggui.system.cashierservice.entity.TbCashierCart;
import com.chaozhanggui.system.cashierservice.entity.TbPrintMachine;
public interface MpPrintMachineMapper extends BaseMapper<TbPrintMachine> {
}