首页>代码>spring、springmvc、mybatis、dubbo、zookeeper简单架构分布式系统>/dubbo-impl/src/main/java/com/dubbo/impl/UserServiceImpl.java
package com.dubbo.impl; import com.dubbo.dao.UserDao; import com.dubbo.entity.User; import com.dubbo.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; /** * create by ZhangPei on 2017/6/14 16:33. */ @Service public class UserServiceImpl implements UserService { @Autowired private UserDao dao; public User selectById(Integer id) { return dao.selectById(id); } public User login(User user) { return dao.login(user); } }
最近下载更多
rabbit223 LV1
2023年2月10日
adminadminsqwqe LV8
2022年7月13日
Simon_ydl LV5
2022年6月13日
微信网友_5952881591750656 LV1
2022年5月10日
bin2337 LV4
2022年4月22日
贾jialeo LV1
2021年5月25日
ExamplesDYC LV13
2021年5月14日
李海洋 LV12
2021年1月2日
1690356080 LV37
2020年6月6日
jxchb123 LV6
2020年6月1日