domain

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbstractDomain

type AbstractDomain struct {
	*utils.ModelInfo
	// contains filtered or unexported fields
}

func NewAbstractDomain

func NewAbstractDomain(abstractDao *dao.AbstractDao) *AbstractDomain

func (*AbstractDomain) Add

func (d *AbstractDomain) Add(model interface{}) *resp.ResponseInfo

func (*AbstractDomain) Delete

func (d *AbstractDomain) Delete(pk string) *resp.ResponseInfo

func (*AbstractDomain) GetList

func (d *AbstractDomain) GetList(queryCond utils.QueryConditions) *resp.ResponseInfo

func (*AbstractDomain) GetOneByPK

func (d *AbstractDomain) GetOneByPK(pk string) *resp.ResponseInfo

func (*AbstractDomain) Update

func (d *AbstractDomain) Update(model interface{}, pk string) *resp.ResponseInfo

Jump to

Keyboard shortcuts

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