Documentation ¶
Index ¶
- Variables
- type ESNationService
- func (serviceInst *ESNationService) Count(param *dto.NationQueryParam) (result *basedto.JsonResult)
- func (serviceInst *ESNationService) DeleteById(Id int32) *basedto.JsonResult
- func (serviceInst *ESNationService) Demo()
- func (serviceInst *ESNationService) FindById(Id int32) *dto.NationJsonResult
- func (serviceInst *ESNationService) FindByIds(pks string) *dto.NationPageResult
- func (serviceInst *ESNationService) Query(param *dto.NationQueryParam) *dto.NationPageResult
- func (serviceInst *ESNationService) Save(entity *model.Nation) *basedto.JsonResult
- func (serviceInst *ESNationService) UpdateNotNullProps(entity *model.Nation) *basedto.JsonResult
Constants ¶
This section is empty.
Variables ¶
var InstESNationService inter.NationInterface = new(ESNationService)
SERVICE层服务实例变量
Functions ¶
This section is empty.
Types ¶
type ESNationService ¶
SERVICE层服务结构体
func (*ESNationService) Count ¶
func (serviceInst *ESNationService) Count(param *dto.NationQueryParam) (result *basedto.JsonResult)
@title 函数名称 : Count @description : 通用查询计数 @auth 作者 : leijianming 时间: 2021-10-23 12:25:18 @param 输入参数名: param * dto.NationQueryParam @return 返回参数名: * dto.NationJsonResult
func (*ESNationService) DeleteById ¶
func (serviceInst *ESNationService) DeleteById(Id int32) *basedto.JsonResult
@title 函数名称: DeleteById @description : 根据主键软删除。 @auth 作者 : leijianming 时间: 2021-10-23 12:25:18 @param 输入参数名: Id int32 @return 返回参数名: *basedto.JsonResult
func (*ESNationService) Demo ¶
func (serviceInst *ESNationService) Demo()
@title 函数名称: Demo @description : 代码示例 @auth 作者 : leijianming 时间: 2021-10-23 12:25:18 @param 输入参数名: 无 @return 返回参数名: 无
func (*ESNationService) FindById ¶
func (serviceInst *ESNationService) FindById(Id int32) *dto.NationJsonResult
@title 函数名称: FindById(Id int32) @description : 根据主键查询记录 @auth 作者: leijianming 时间: 2021-10-23 12:25:18 @param 输入参数名:Id int32 @return 返回参数名:*dto.NationJsonResult
func (*ESNationService) FindByIds ¶
func (serviceInst *ESNationService) FindByIds(pks string) *dto.NationPageResult
@title 函数名称: FindByIds(pks string) @description :
根据主键Id 查询多条记录 例子: FindByIds("1,36,39")
@auth 作者: leijianming 时间: 2021-10-23 12:25:18 @param 输入参数名:Id int32 @return 返回参数名:*dto.NationJsonResult
func (*ESNationService) Query ¶
func (serviceInst *ESNationService) Query(param *dto.NationQueryParam) *dto.NationPageResult
@title 函数名称: Query @description : 通用查询 @auth 作者: leijianming 时间: 2021-10-23 12:25:18 @param 输入参数名: param * dto.NationQueryParam @return 返回参数名: * dto.NationPageResult
func (*ESNationService) Save ¶
func (serviceInst *ESNationService) Save(entity *model.Nation) *basedto.JsonResult
@title 函数名称: Save @description : 主键%s为nil,0新增; !=nil修改。 @auth 作者 : leijianming 时间: 2021-10-23 12:25:18 @param 输入参数名: entity *model.Nation @return 返回参数名: *basedto.JsonResult
func (*ESNationService) UpdateNotNullProps ¶
func (serviceInst *ESNationService) UpdateNotNullProps(entity *model.Nation) *basedto.JsonResult
@title 函数名称: UpdateNotNullProps @description : 更新非空字段 @auth 作者 : leijianming 时间: 2021-10-23 12:25:18 @param 输入参数名: entity *model.Nation @return 返回参数名: *basedto.JsonResult