| | |
| | | * @param: agent |
| | | * @return void |
| | | **/ |
| | | public void addChannelAgent(ChannelAgent agent) throws ChannelAgentException; |
| | | public ChannelAgent addChannelAgent(ChannelAgent agent) throws ChannelAgentException; |
| | | |
| | | /** |
| | | * @author hxh |
| | |
| | | **/ |
| | | public void setAlipayAccount(Long agengId,String name,String account) throws ChannelAgentException; |
| | | |
| | | |
| | | public ChannelAgent selectByPrimaryKey(Long agengId); |
| | | |
| | | public void updateSelective(ChannelAgent agent); |
| | | |
| | | public List<ChannelAgent> list(ChannelAgentMapper.DaoQuery query); |
| | | |
| | | public long count(ChannelAgentMapper.DaoQuery query); |
| | | |
| | | public void delete(Long id); |
| | | |
| | | public ChannelAgent login(String account,String pwd) throws ChannelAgentException; |
| | | |
| | | public ChannelAgent selectByAlias(String alias); |
| | | |
| | | public List<ChannelAgent> listByIds(List<Long> ids); |
| | | |
| | | } |