package com.jsowell.pile.service; public interface IMemberWalletLogService { // int deleteByPrimaryKey(Integer id); // // int insert(MemberWalletLog record); // // int insertSelective(MemberWalletLog record); // // MemberWalletLog selectByPrimaryKey(Integer id); // // int updateByPrimaryKeySelective(MemberWalletLog record); // // int updateByPrimaryKey(MemberWalletLog record); }