package com.sxy.sbs.service;



import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import org.springframework.stereotype.Repository;

import com.sxy.sbs.domian.User;


@Repository
public interface UserService {
	
	@Select("select name,password from user where name = #{name}")
	public User getUser(@Param("name") String name);
	
	@Insert("insert into user(name,password) values(#{name},#{password})")
	public void saveUser(@Param("name")String name,@Param("password")String password);
	
}
最近下载更多
尹恒yingying  LV18 2021年10月23日
lincong111  LV1 2021年7月12日
773977962  LV9 2021年1月12日
wyawa123  LV1 2020年11月4日
huangxiaoke20  LV17 2020年10月23日
zengshuang  LV3 2020年4月14日
flgh9217  LV1 2020年3月29日
hanshuquan萤草  LV1 2020年3月24日
zhouhxu  LV7 2020年3月23日
bailihui  LV4 2020年3月9日
最近浏览更多
shuangfu  LV24 2023年12月2日
fff2003  LV6 2023年11月18日
漫步的海星  LV4 2023年9月26日
kkkkioio  LV7 2023年7月5日
Rucoding  LV7 2023年5月28日
暂无贡献等级
1529860026  LV24 2022年10月16日
wy4525  LV6 2022年8月12日
幸存者hhhhh 2022年7月7日
暂无贡献等级
221231 2022年5月18日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友