package com.ncs.dao; import java.util.List; import com.ncs.pojo.User; public interface UserDao { public User queryByPrimaryKey(Integer id); public void insertUser(User user); public List<User> getAllUser(); }

qswmmm LV2
2023年5月30日
fantesy LV17
2022年4月1日
李亮 LV19
2021年11月16日
wjh12345654321 LV14
2021年11月11日
ppandyy LV5
2021年10月8日
178174qasw LV10
2021年8月18日
ArvinYin LV2
2021年6月10日
majunfengq LV3
2021年4月14日
妍子筱筱 LV1
2020年10月31日
578291727 LV15
2020年6月19日