Documentation ¶
Index ¶
- type InstallAppDao
- func (*InstallAppDao) DeleteInstallApp(installAppDto installApp.InstallAppDto) error
- func (*InstallAppDao) GetInstallAppCount(installAppDto installApp.InstallAppDto) (int64, error)
- func (*InstallAppDao) GetInstallApps(installAppDto installApp.InstallAppDto) ([]*installApp.InstallAppDto, error)
- func (*InstallAppDao) SaveInstallApp(installAppDto installApp.InstallAppDto) error
- func (*InstallAppDao) UpdateInstallApp(installAppDto installApp.InstallAppDto) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallAppDao ¶
type InstallAppDao struct { }
func (*InstallAppDao) DeleteInstallApp ¶
func (*InstallAppDao) DeleteInstallApp(installAppDto installApp.InstallAppDto) error
* 删除服务sql
func (*InstallAppDao) GetInstallAppCount ¶
func (*InstallAppDao) GetInstallAppCount(installAppDto installApp.InstallAppDto) (int64, error)
* 查询用户
func (*InstallAppDao) GetInstallApps ¶
func (*InstallAppDao) GetInstallApps(installAppDto installApp.InstallAppDto) ([]*installApp.InstallAppDto, error)
* 查询用户
func (*InstallAppDao) SaveInstallApp ¶
func (*InstallAppDao) SaveInstallApp(installAppDto installApp.InstallAppDto) error
* 保存服务sql
func (*InstallAppDao) UpdateInstallApp ¶
func (*InstallAppDao) UpdateInstallApp(installAppDto installApp.InstallAppDto) error
* 修改服务sql
Click to show internal directories.
Click to hide internal directories.