autocode

package
v0.0.0-...-c52fe86 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SysBooksService

type SysBooksService struct {
}

func (*SysBooksService) CreateSysBooks

func (sysBooksService *SysBooksService) CreateSysBooks(sysBooks autocode.SysBooks) (err error)

CreateSysBooks 创建SysBooks记录 Author [piexlmax](https://github.com/piexlmax)

func (*SysBooksService) DeleteSysBooks

func (sysBooksService *SysBooksService) DeleteSysBooks(sysBooks autocode.SysBooks) (err error)

DeleteSysBooks 删除SysBooks记录 Author [piexlmax](https://github.com/piexlmax)

func (*SysBooksService) DeleteSysBooksByIds

func (sysBooksService *SysBooksService) DeleteSysBooksByIds(ids request.IdsReq) (err error)

DeleteSysBooksByIds 批量删除SysBooks记录 Author [piexlmax](https://github.com/piexlmax)

func (*SysBooksService) GetSysBooks

func (sysBooksService *SysBooksService) GetSysBooks(id uint) (err error, sysBooks autocode.SysBooks)

GetSysBooks 根据id获取SysBooks记录 Author [piexlmax](https://github.com/piexlmax)

func (*SysBooksService) GetSysBooksInfoList

func (sysBooksService *SysBooksService) GetSysBooksInfoList(info autoCodeReq.SysBooksSearch) (err error, list interface{}, total int64)

GetSysBooksInfoList 分页获取SysBooks记录 Author [piexlmax](https://github.com/piexlmax)

func (*SysBooksService) UpdateSysBooks

func (sysBooksService *SysBooksService) UpdateSysBooks(sysBooks autocode.SysBooks) (err error)

UpdateSysBooks 更新SysBooks记录 Author [piexlmax](https://github.com/piexlmax)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL