# Functions
No description provided by the author
DeleteByCondition 根据条件删除数据 本方法依赖于gin线程中的cube对象和SysUserPO对象.
DeleteById 根据主键删除数据 本方法依赖于gin线程中的cube对象和SysUserPO对象.
Insert 根据数据库结构体进行新增操作 本方法依赖于gin线程中的cube对象和SysUserPO对象.
No description provided by the author
No description provided by the author
QueryAll 根据条件查询数据 本方法依赖于gin线程中的cube对象.
No description provided by the author
QueryOne 根据条件查询一条数据,如果数据为多条返回错误信息 本方法依赖于gin线程中的cube对象.
UpdateByCondition 根据条件更新数据 本方法依赖于gin线程中的cube对象和SysUserPO对象.
UpdateById 使用记录主键更新PO实体 本方法依赖于gin线程中的cube对象和SysUserPO对象.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author