service

package
v0.0.0-...-954c9c1 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: MulanPSL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InstAppNamespaceService = NewAppNamespaceService()

SERVICE层服务实例变量

View Source
var InstAppService = NewAppService()

SERVICE层服务实例变量

View Source
var InstEnvService = NewEnvService()

SERVICE层服务实例变量

View Source
var InstInstanceService = NewInstanceService()

SERVICE层服务实例变量

View Source
var InstItemService = NewItemService()

SERVICE层服务实例变量

View Source
var InstNamespaceService = NewNamespaceService()

SERVICE层服务实例变量

View Source
var InstPublishService = NewPublishService()

SERVICE层服务实例变量

View Source
var InstServiceInfoService = NewServiceInfoService()

SERVICE层服务实例变量

View Source
var InstTenantInfoService = NewTenantInfoService()

SERVICE层服务实例变量

Functions

func InjectAppNamespaceService

func InjectAppNamespaceService(s *AppNamespaceService)

func InjectAppService

func InjectAppService(s *AppService)

func InjectEnvService

func InjectEnvService(s *EnvService)

func InjectInstanceService

func InjectInstanceService(s *InstanceService)

func InjectItemService

func InjectItemService(s *ItemService)

func InjectNamespaceService

func InjectNamespaceService(s *NamespaceService)

func InjectPublishService

func InjectPublishService(s *PublishService)

func InjectServiceInfoService

func InjectServiceInfoService(s *ServiceInfoService)

func InjectTenantInfoService

func InjectTenantInfoService(s *TenantInfoService)

func LoadAppNamespaceService

func LoadAppNamespaceService() baseiface.ISingleton

func LoadAppService

func LoadAppService() baseiface.ISingleton

func LoadEnvService

func LoadEnvService() baseiface.ISingleton

func LoadInstanceService

func LoadInstanceService() baseiface.ISingleton

func LoadItemService

func LoadItemService() baseiface.ISingleton

func LoadNamespaceService

func LoadNamespaceService() baseiface.ISingleton

func LoadPublishService

func LoadPublishService() baseiface.ISingleton

func LoadServiceInfoService

func LoadServiceInfoService() baseiface.ISingleton

func LoadTenantInfoService

func LoadTenantInfoService() baseiface.ISingleton

Types

type AppNamespaceService

type AppNamespaceService struct {
	basedto.BaseEntitySingle

	Dao dao.AppNamespaceDao // `godi:"auto"`
}

SERVICE层服务结构体

func FindBeanAppNamespaceService

func FindBeanAppNamespaceService() *AppNamespaceService

func NewAppNamespaceService

func NewAppNamespaceService() *AppNamespaceService

func (*AppNamespaceService) Count

func (this *AppNamespaceService) Count(param *page.PageRequest) (int, error)

func (*AppNamespaceService) DeleteById

func (this *AppNamespaceService) DeleteById(Id int32) *basedto.IchubResult

@title 函数名称: DeleteById @description : 根据主键软删除。 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:29 @param 输入参数名: Id int32 @return 返回参数名: *basedto.IchubResult

func (*AppNamespaceService) FindById

func (this *AppNamespaceService) FindById(Id int32) *basedto.IchubResult

@title 函数名称: FindById(Id int32) @description : 根据主键查询记录 @auth 作者: leijianming@163.com @时间: 2024-06-01 09:24:29 @param 输入参数名:Id int32 @return 返回参数名:*basedto.IchubResult

func (*AppNamespaceService) FindByIds

func (this *AppNamespaceService) FindByIds(pks string) *page.PageResult

@title 函数名称: FindByIds(pks string) @description :

根据主键Id  查询多条记录
例子: FindByIds("1,36,39")

@auth 作者: leijianming@163.com @date: 时间: 2024-06-01 09:24:29 @param 输入参数名:Id int32 @return 返回参数名:*pagedto.IchubPageResult

func (*AppNamespaceService) FindData

func (this *AppNamespaceService) FindData(result *basedto.IchubResult) *model.AppNamespace

func (*AppNamespaceService) FindDataList

func (this *AppNamespaceService) FindDataList(result *page.PageResult) *[]model.AppNamespace

func (*AppNamespaceService) Query

func (this *AppNamespaceService) Query(param *page.PageRequest) *page.PageResult

@title 函数名称: Query @description : 通用查询 @auth 作者: leijianming@163.com时间: 2024-03-26 12:46:24 @param 输入参数名: param * page.PageRequest @return 返回参数名: * page.PageResult

func (*AppNamespaceService) Save

@title 函数名称: Save @description : @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:29 @param 输入参数名: entity *model.AppNamespace @return 返回参数名: *basedto.IchubResult

func (*AppNamespaceService) UpdateNotNull

func (this *AppNamespaceService) UpdateNotNull(Id int32, entity map[string]interface{}) *basedto.IchubResult

@title 函数名称: UpdateNotNull @description : 更新非空字段 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:29 @param 输入参数名: entity *model.AppNamespace @return 返回参数名: *basedto.IchubResult

type AppService

type AppService struct {
	basedto.BaseEntitySingle

	Dao dao.AppDao // `godi:"auto"`
}

SERVICE层服务结构体

func FindBeanAppService

func FindBeanAppService() *AppService

func NewAppService

func NewAppService() *AppService

func (*AppService) Count

func (this *AppService) Count(param *page.PageRequest) (int, error)

func (*AppService) DeleteById

func (this *AppService) DeleteById(Id int32) *basedto.IchubResult

@title 函数名称: DeleteById @description : 根据主键软删除。 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:23 @param 输入参数名: Id int32 @return 返回参数名: *basedto.IchubResult

func (*AppService) FindById

func (this *AppService) FindById(Id int32) *basedto.IchubResult

@title 函数名称: FindById(Id int32) @description : 根据主键查询记录 @auth 作者: leijianming@163.com @时间: 2024-06-01 09:24:23 @param 输入参数名:Id int32 @return 返回参数名:*basedto.IchubResult

func (*AppService) FindByIds

func (this *AppService) FindByIds(pks string) *page.PageResult

@title 函数名称: FindByIds(pks string) @description :

根据主键Id  查询多条记录
例子: FindByIds("1,36,39")

@auth 作者: leijianming@163.com @date: 时间: 2024-06-01 09:24:23 @param 输入参数名:Id int32 @return 返回参数名:*pagedto.IchubPageResult

func (*AppService) FindData

func (this *AppService) FindData(result *basedto.IchubResult) *model.App

func (*AppService) FindDataList

func (this *AppService) FindDataList(result *page.PageResult) *[]model.App

func (*AppService) Query

func (this *AppService) Query(param *page.PageRequest) *page.PageResult

@title 函数名称: Query @description : 通用查询 @auth 作者: leijianming@163.com时间: 2024-03-26 12:46:24 @param 输入参数名: param * page.PageRequest @return 返回参数名: * page.PageResult

func (*AppService) Save

func (this *AppService) Save(entity *model.App) *basedto.IchubResult

@title 函数名称: Save @description : @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:23 @param 输入参数名: entity *model.App @return 返回参数名: *basedto.IchubResult

func (*AppService) UpdateNotNull

func (this *AppService) UpdateNotNull(Id int32, entity map[string]interface{}) *basedto.IchubResult

@title 函数名称: UpdateNotNull @description : 更新非空字段 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:23 @param 输入参数名: entity *model.App @return 返回参数名: *basedto.IchubResult

type EnvService

type EnvService struct {
	basedto.BaseEntitySingle

	Dao dao.EnvDao // `godi:"auto"`
}

SERVICE层服务结构体

func FindBeanEnvService

func FindBeanEnvService() *EnvService

func NewEnvService

func NewEnvService() *EnvService

func (*EnvService) Count

func (this *EnvService) Count(param *page.PageRequest) (int, error)

func (*EnvService) DeleteById

func (this *EnvService) DeleteById(Id int32) *basedto.IchubResult

@title 函数名称: DeleteById @description : 根据主键软删除。 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: Id int32 @return 返回参数名: *basedto.IchubResult

func (*EnvService) FindById

func (this *EnvService) FindById(Id int32) *basedto.IchubResult

@title 函数名称: FindById(Id int32) @description : 根据主键查询记录 @auth 作者: leijianming@163.com @时间: 2024-06-01 09:24:35 @param 输入参数名:Id int32 @return 返回参数名:*basedto.IchubResult

func (*EnvService) FindByIds

func (this *EnvService) FindByIds(pks string) *page.PageResult

@title 函数名称: FindByIds(pks string) @description :

根据主键Id  查询多条记录
例子: FindByIds("1,36,39")

@auth 作者: leijianming@163.com @date: 时间: 2024-06-01 09:24:35 @param 输入参数名:Id int32 @return 返回参数名:*pagedto.IchubPageResult

func (*EnvService) FindData

func (this *EnvService) FindData(result *basedto.IchubResult) *model.Env

func (*EnvService) FindDataList

func (this *EnvService) FindDataList(result *page.PageResult) *[]model.Env

func (*EnvService) Query

func (this *EnvService) Query(param *page.PageRequest) *page.PageResult

@title 函数名称: Query @description : 通用查询 @auth 作者: leijianming@163.com时间: 2024-03-26 12:46:24 @param 输入参数名: param * page.PageRequest @return 返回参数名: * page.PageResult

func (*EnvService) Save

func (this *EnvService) Save(entity *model.Env) *basedto.IchubResult

@title 函数名称: Save @description : @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: entity *model.Env @return 返回参数名: *basedto.IchubResult

func (*EnvService) UpdateNotNull

func (this *EnvService) UpdateNotNull(Id int32, entity map[string]interface{}) *basedto.IchubResult

@title 函数名称: UpdateNotNull @description : 更新非空字段 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:35 @param 输入参数名: entity *model.Env @return 返回参数名: *basedto.IchubResult

type InstanceService

type InstanceService struct {
	basedto.BaseEntitySingle

	Dao dao.InstanceDao // `godi:"auto"`
}

SERVICE层服务结构体

func FindBeanInstanceService

func FindBeanInstanceService() *InstanceService

func NewInstanceService

func NewInstanceService() *InstanceService

func (*InstanceService) Count

func (this *InstanceService) Count(param *page.PageRequest) (int, error)

func (*InstanceService) DeleteById

func (this *InstanceService) DeleteById(Id int32) *basedto.IchubResult

@title 函数名称: DeleteById @description : 根据主键软删除。 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:42 @param 输入参数名: Id int32 @return 返回参数名: *basedto.IchubResult

func (*InstanceService) FindById

func (this *InstanceService) FindById(Id int32) *basedto.IchubResult

@title 函数名称: FindById(Id int32) @description : 根据主键查询记录 @auth 作者: leijianming@163.com @时间: 2024-06-01 09:24:42 @param 输入参数名:Id int32 @return 返回参数名:*basedto.IchubResult

func (*InstanceService) FindByIds

func (this *InstanceService) FindByIds(pks string) *page.PageResult

@title 函数名称: FindByIds(pks string) @description :

根据主键Id  查询多条记录
例子: FindByIds("1,36,39")

@auth 作者: leijianming@163.com @date: 时间: 2024-06-01 09:24:42 @param 输入参数名:Id int32 @return 返回参数名:*pagedto.IchubPageResult

func (*InstanceService) FindData

func (this *InstanceService) FindData(result *basedto.IchubResult) *model.Instance

func (*InstanceService) FindDataList

func (this *InstanceService) FindDataList(result *page.PageResult) *[]model.Instance

func (*InstanceService) Query

func (this *InstanceService) Query(param *page.PageRequest) *page.PageResult

@title 函数名称: Query @description : 通用查询 @auth 作者: leijianming@163.com时间: 2024-03-26 12:46:24 @param 输入参数名: param * page.PageRequest @return 返回参数名: * page.PageResult

func (*InstanceService) Save

func (this *InstanceService) Save(entity *model.Instance) *basedto.IchubResult

@title 函数名称: Save @description : @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:42 @param 输入参数名: entity *model.Instance @return 返回参数名: *basedto.IchubResult

func (*InstanceService) UpdateNotNull

func (this *InstanceService) UpdateNotNull(Id int32, entity map[string]interface{}) *basedto.IchubResult

@title 函数名称: UpdateNotNull @description : 更新非空字段 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:42 @param 输入参数名: entity *model.Instance @return 返回参数名: *basedto.IchubResult

type ItemService

type ItemService struct {
	basedto.BaseEntitySingle

	Dao dao.ItemDao // `godi:"auto"`
}

SERVICE层服务结构体

func FindBeanItemService

func FindBeanItemService() *ItemService

func NewItemService

func NewItemService() *ItemService

func (*ItemService) Count

func (this *ItemService) Count(param *page.PageRequest) (int, error)

func (*ItemService) DeleteById

func (this *ItemService) DeleteById(Id int32) *basedto.IchubResult

@title 函数名称: DeleteById @description : 根据主键软删除。 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:48 @param 输入参数名: Id int32 @return 返回参数名: *basedto.IchubResult

func (*ItemService) FindById

func (this *ItemService) FindById(Id int32) *basedto.IchubResult

@title 函数名称: FindById(Id int32) @description : 根据主键查询记录 @auth 作者: leijianming@163.com @时间: 2024-06-01 09:24:48 @param 输入参数名:Id int32 @return 返回参数名:*basedto.IchubResult

func (*ItemService) FindByIds

func (this *ItemService) FindByIds(pks string) *page.PageResult

@title 函数名称: FindByIds(pks string) @description :

根据主键Id  查询多条记录
例子: FindByIds("1,36,39")

@auth 作者: leijianming@163.com @date: 时间: 2024-06-01 09:24:48 @param 输入参数名:Id int32 @return 返回参数名:*pagedto.IchubPageResult

func (*ItemService) FindData

func (this *ItemService) FindData(result *basedto.IchubResult) *model.Item

func (*ItemService) FindDataList

func (this *ItemService) FindDataList(result *page.PageResult) *[]model.Item

func (*ItemService) Query

func (this *ItemService) Query(param *page.PageRequest) *page.PageResult

@title 函数名称: Query @description : 通用查询 @auth 作者: leijianming@163.com时间: 2024-03-26 12:46:24 @param 输入参数名: param * page.PageRequest @return 返回参数名: * page.PageResult

func (*ItemService) Save

func (this *ItemService) Save(entity *model.Item) *basedto.IchubResult

@title 函数名称: Save @description : @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:48 @param 输入参数名: entity *model.Item @return 返回参数名: *basedto.IchubResult

func (*ItemService) UpdateNotNull

func (this *ItemService) UpdateNotNull(Id int32, entity map[string]interface{}) *basedto.IchubResult

@title 函数名称: UpdateNotNull @description : 更新非空字段 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:48 @param 输入参数名: entity *model.Item @return 返回参数名: *basedto.IchubResult

type NamespaceService

type NamespaceService struct {
	basedto.BaseEntitySingle

	Dao dao.NamespaceDao // `godi:"auto"`
}

SERVICE层服务结构体

func FindBeanNamespaceService

func FindBeanNamespaceService() *NamespaceService

func NewNamespaceService

func NewNamespaceService() *NamespaceService

func (*NamespaceService) Count

func (this *NamespaceService) Count(param *page.PageRequest) (int, error)

func (*NamespaceService) DeleteById

func (this *NamespaceService) DeleteById(Id int32) *basedto.IchubResult

@title 函数名称: DeleteById @description : 根据主键软删除。 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: Id int32 @return 返回参数名: *basedto.IchubResult

func (*NamespaceService) FindById

func (this *NamespaceService) FindById(Id int32) *basedto.IchubResult

@title 函数名称: FindById(Id int32) @description : 根据主键查询记录 @auth 作者: leijianming@163.com @时间: 2024-06-01 09:24:54 @param 输入参数名:Id int32 @return 返回参数名:*basedto.IchubResult

func (*NamespaceService) FindByIds

func (this *NamespaceService) FindByIds(pks string) *page.PageResult

@title 函数名称: FindByIds(pks string) @description :

根据主键Id  查询多条记录
例子: FindByIds("1,36,39")

@auth 作者: leijianming@163.com @date: 时间: 2024-06-01 09:24:54 @param 输入参数名:Id int32 @return 返回参数名:*pagedto.IchubPageResult

func (*NamespaceService) FindData

func (this *NamespaceService) FindData(result *basedto.IchubResult) *model.Namespace

func (*NamespaceService) FindDataList

func (this *NamespaceService) FindDataList(result *page.PageResult) *[]model.Namespace

func (*NamespaceService) Query

func (this *NamespaceService) Query(param *page.PageRequest) *page.PageResult

@title 函数名称: Query @description : 通用查询 @auth 作者: leijianming@163.com时间: 2024-03-26 12:46:24 @param 输入参数名: param * page.PageRequest @return 返回参数名: * page.PageResult

func (*NamespaceService) Save

func (this *NamespaceService) Save(entity *model.Namespace) *basedto.IchubResult

@title 函数名称: Save @description : @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: entity *model.Namespace @return 返回参数名: *basedto.IchubResult

func (*NamespaceService) UpdateNotNull

func (this *NamespaceService) UpdateNotNull(Id int32, entity map[string]interface{}) *basedto.IchubResult

@title 函数名称: UpdateNotNull @description : 更新非空字段 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:24:54 @param 输入参数名: entity *model.Namespace @return 返回参数名: *basedto.IchubResult

type PublishService

type PublishService struct {
	basedto.BaseEntitySingle

	Dao dao.PublishDao // `godi:"auto"`
}

SERVICE层服务结构体

func FindBeanPublishService

func FindBeanPublishService() *PublishService

func NewPublishService

func NewPublishService() *PublishService

func (*PublishService) Count

func (this *PublishService) Count(param *page.PageRequest) (int, error)

func (*PublishService) DeleteById

func (this *PublishService) DeleteById(Id int32) *basedto.IchubResult

@title 函数名称: DeleteById @description : 根据主键软删除。 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: Id int32 @return 返回参数名: *basedto.IchubResult

func (*PublishService) FindById

func (this *PublishService) FindById(Id int32) *basedto.IchubResult

@title 函数名称: FindById(Id int32) @description : 根据主键查询记录 @auth 作者: leijianming@163.com @时间: 2024-06-01 09:25:01 @param 输入参数名:Id int32 @return 返回参数名:*basedto.IchubResult

func (*PublishService) FindByIds

func (this *PublishService) FindByIds(pks string) *page.PageResult

@title 函数名称: FindByIds(pks string) @description :

根据主键Id  查询多条记录
例子: FindByIds("1,36,39")

@auth 作者: leijianming@163.com @date: 时间: 2024-06-01 09:25:01 @param 输入参数名:Id int32 @return 返回参数名:*pagedto.IchubPageResult

func (*PublishService) FindData

func (this *PublishService) FindData(result *basedto.IchubResult) *model.Publish

func (*PublishService) FindDataList

func (this *PublishService) FindDataList(result *page.PageResult) *[]model.Publish

func (*PublishService) Query

func (this *PublishService) Query(param *page.PageRequest) *page.PageResult

@title 函数名称: Query @description : 通用查询 @auth 作者: leijianming@163.com时间: 2024-03-26 12:46:24 @param 输入参数名: param * page.PageRequest @return 返回参数名: * page.PageResult

func (*PublishService) Save

func (this *PublishService) Save(entity *model.Publish) *basedto.IchubResult

@title 函数名称: Save @description : @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: entity *model.Publish @return 返回参数名: *basedto.IchubResult

func (*PublishService) UpdateNotNull

func (this *PublishService) UpdateNotNull(Id int32, entity map[string]interface{}) *basedto.IchubResult

@title 函数名称: UpdateNotNull @description : 更新非空字段 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:25:01 @param 输入参数名: entity *model.Publish @return 返回参数名: *basedto.IchubResult

type ServiceInfoService

type ServiceInfoService struct {
	basedto.BaseEntitySingle

	Dao dao.ServiceInfoDao // `godi:"auto"`
}

SERVICE层服务结构体

func FindBeanServiceInfoService

func FindBeanServiceInfoService() *ServiceInfoService

func NewServiceInfoService

func NewServiceInfoService() *ServiceInfoService

func (*ServiceInfoService) Count

func (this *ServiceInfoService) Count(param *page.PageRequest) (int, error)

func (*ServiceInfoService) DeleteById

func (this *ServiceInfoService) DeleteById(Id int32) *basedto.IchubResult

@title 函数名称: DeleteById @description : 根据主键软删除。 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:25:08 @param 输入参数名: Id int32 @return 返回参数名: *basedto.IchubResult

func (*ServiceInfoService) FindById

func (this *ServiceInfoService) FindById(Id int32) *basedto.IchubResult

@title 函数名称: FindById(Id int32) @description : 根据主键查询记录 @auth 作者: leijianming@163.com @时间: 2024-06-01 09:25:08 @param 输入参数名:Id int32 @return 返回参数名:*basedto.IchubResult

func (*ServiceInfoService) FindByIds

func (this *ServiceInfoService) FindByIds(pks string) *page.PageResult

@title 函数名称: FindByIds(pks string) @description :

根据主键Id  查询多条记录
例子: FindByIds("1,36,39")

@auth 作者: leijianming@163.com @date: 时间: 2024-06-01 09:25:08 @param 输入参数名:Id int32 @return 返回参数名:*pagedto.IchubPageResult

func (*ServiceInfoService) FindData

func (this *ServiceInfoService) FindData(result *basedto.IchubResult) *model.ServiceInfo

func (*ServiceInfoService) FindDataList

func (this *ServiceInfoService) FindDataList(result *page.PageResult) *[]model.ServiceInfo

func (*ServiceInfoService) Query

func (this *ServiceInfoService) Query(param *page.PageRequest) *page.PageResult

@title 函数名称: Query @description : 通用查询 @auth 作者: leijianming@163.com时间: 2024-03-26 12:46:24 @param 输入参数名: param * page.PageRequest @return 返回参数名: * page.PageResult

func (*ServiceInfoService) Save

@title 函数名称: Save @description : @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:25:08 @param 输入参数名: entity *model.ServiceInfo @return 返回参数名: *basedto.IchubResult

func (*ServiceInfoService) UpdateNotNull

func (this *ServiceInfoService) UpdateNotNull(Id int32, entity map[string]interface{}) *basedto.IchubResult

@title 函数名称: UpdateNotNull @description : 更新非空字段 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:25:08 @param 输入参数名: entity *model.ServiceInfo @return 返回参数名: *basedto.IchubResult

type TenantInfoService

type TenantInfoService struct {
	basedto.BaseEntitySingle

	Dao dao.TenantInfoDao // `godi:"auto"`
}

SERVICE层服务结构体

func FindBeanTenantInfoService

func FindBeanTenantInfoService() *TenantInfoService

func NewTenantInfoService

func NewTenantInfoService() *TenantInfoService

func (*TenantInfoService) Count

func (this *TenantInfoService) Count(param *page.PageRequest) (int, error)

func (*TenantInfoService) DeleteById

func (this *TenantInfoService) DeleteById(Id int64) *basedto.IchubResult

@title 函数名称: DeleteById @description : 根据主键软删除。 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:25:14 @param 输入参数名: Id int64 @return 返回参数名: *basedto.IchubResult

func (*TenantInfoService) FindById

func (this *TenantInfoService) FindById(Id int64) *basedto.IchubResult

@title 函数名称: FindById(Id int64) @description : 根据主键查询记录 @auth 作者: leijianming@163.com @时间: 2024-06-01 09:25:14 @param 输入参数名:Id int64 @return 返回参数名:*basedto.IchubResult

func (*TenantInfoService) FindByIds

func (this *TenantInfoService) FindByIds(pks string) *page.PageResult

@title 函数名称: FindByIds(pks string) @description :

根据主键Id  查询多条记录
例子: FindByIds("1,36,39")

@auth 作者: leijianming@163.com @date: 时间: 2024-06-01 09:25:14 @param 输入参数名:Id int64 @return 返回参数名:*pagedto.IchubPageResult

func (*TenantInfoService) FindData

func (this *TenantInfoService) FindData(result *basedto.IchubResult) *model.TenantInfo

func (*TenantInfoService) FindDataList

func (this *TenantInfoService) FindDataList(result *page.PageResult) *[]model.TenantInfo

func (*TenantInfoService) Query

func (this *TenantInfoService) Query(param *page.PageRequest) *page.PageResult

@title 函数名称: Query @description : 通用查询 @auth 作者: leijianming@163.com时间: 2024-03-26 12:46:24 @param 输入参数名: param * page.PageRequest @return 返回参数名: * page.PageResult

func (*TenantInfoService) Save

func (this *TenantInfoService) Save(entity *model.TenantInfo) *basedto.IchubResult

@title 函数名称: Save @description : @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:25:14 @param 输入参数名: entity *model.TenantInfo @return 返回参数名: *basedto.IchubResult

func (*TenantInfoService) UpdateNotNull

func (this *TenantInfoService) UpdateNotNull(Id int64, entity map[string]interface{}) *basedto.IchubResult

@title 函数名称: UpdateNotNull @description : 更新非空字段 @auth 作者 : leijianming@163.com 时间: 2024-06-01 09:25:14 @param 输入参数名: entity *model.TenantInfo @return 返回参数名: *basedto.IchubResult

Jump to

Keyboard shortcuts

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