Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { common.BaseService // contains filtered or unexported fields }
func NewService ¶
func (*Service) QueryCategoryByKeys ¶
func (s *Service) QueryCategoryByKeys(ids ...int) []*vo.CategoryVo
func (*Service) QueryCategoryPage ¶
func (s *Service) QueryCategoryPage(param *dto.CategoryDto) *errcode.ErrCode
func (*Service) UpdateCategory ¶
func (s *Service) UpdateCategory(param *dto.CategoryDto) *errcode.ErrCode
Click to show internal directories.
Click to hide internal directories.