添加会员支付
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
package com.chaozhanggui.system.cashierservice.dao;
|
||||
|
||||
import com.chaozhanggui.system.cashierservice.entity.TbShopPayType;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component
|
||||
@Mapper
|
||||
public interface TbShopPayTypeMapper {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
@@ -14,4 +19,6 @@ public interface TbShopPayTypeMapper {
|
||||
int updateByPrimaryKeySelective(TbShopPayType record);
|
||||
|
||||
int updateByPrimaryKey(TbShopPayType record);
|
||||
|
||||
int countSelectByShopIdAndPayType(@Param("shopId") String shopId, @Param("payType") String payType );
|
||||
}
|
||||
Reference in New Issue
Block a user