public interface GxYyApiUserRepository
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyApiUser |
get(String userid)
通过ID查询单条数据
|
GxYyApiUser |
get(String username,
String password)
根据用户名和密码判断
|
void |
save(GxYyApiUser gxYyApiUser)
新增数据
|
void |
update(GxYyApiUser gxYyApiUser)
修改数据
|
GxYyApiUser get(String userid)
userid - 主键void save(GxYyApiUser gxYyApiUser)
gxYyApiUser - 实例对象void update(GxYyApiUser gxYyApiUser)
gxYyApiUser - 实例对象GxYyApiUser get(String username, String password)
username - password - Copyright © 2025. All rights reserved.