Versions in this module Expand all Collapse all v1 v1.0.101 Jun 30, 2024 Changes in this version + var InstSysShorturlService = NewSysShorturlService() + func InjectSysShorturlService(s *SysShorturlService) + func LoadSysShorturlService() baseiface.ISingleton + type SysShorturlService struct + Dao *dao.SysShorturlDAO + func FindBeanSysShorturlService() *SysShorturlService + func NewSysShorturlService() *SysShorturlService + func (this *SysShorturlService) Count(param *pagedto.PageRequest) (int, error) + func (this *SysShorturlService) DeleteById(Id int32) *basedto.IchubResult + func (this *SysShorturlService) FindById(Id int32) *basedto.IchubResult + func (this *SysShorturlService) FindByIds(pks string) *pagedto.PageResult + func (this *SysShorturlService) FindData(result *basedto.IchubResult) *model.SysShorturl + func (this *SysShorturlService) FindDataList(result *pagedto.PageResult) *[]model.SysShorturl + func (this *SysShorturlService) Query(param *pagedto.PageRequest) *pagedto.PageResult + func (this *SysShorturlService) Save(entity *model.SysShorturl) *basedto.IchubResult + func (this *SysShorturlService) UpdateNotNull(Id int32, entity map[string]interface{}) *basedto.IchubResult v1.0.100 Apr 23, 2024