Documentation
¶
Index ¶
- type Dao
- func (d *Dao) Add(whr *po.YuCategory) int
- func (d *Dao) Count(whr *po.YuCategory) int
- func (d *Dao) Delete(id int) bool
- func (d *Dao) Get(whr *po.YuCategory) *po.YuCategory
- func (d *Dao) GetByIds(ids ...int) []*po.YuCategory
- func (d *Dao) QueryPage(whr *po.YuCategory, page *common.Page) []*po.YuCategory
- func (d *Dao) Update(whr *po.YuCategory) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dao ¶
func (*Dao) Get ¶
func (d *Dao) Get(whr *po.YuCategory) *po.YuCategory
func (*Dao) QueryPage ¶
func (d *Dao) QueryPage(whr *po.YuCategory, page *common.Page) []*po.YuCategory
Click to show internal directories.
Click to hide internal directories.