添加快捷支付
This commit is contained in:
@@ -23,4 +23,6 @@ public interface TbQuickPayMapper {
|
||||
int updateByPrimaryKey(TbQuickPay record);
|
||||
|
||||
List<TbQuickPay> selectByShopIdAndStaffId(@Param("shopId") Integer shopId,@Param("staffId") Integer staffId);
|
||||
|
||||
TbQuickPay selectByOrderNo(String orderNo);
|
||||
}
|
||||
Reference in New Issue
Block a user