Documentation ¶
Index ¶
- type EmployeeController
- func (cInst *EmployeeController) DeleteById(ctx *gin.Context)
- func (cInst *EmployeeController) FindById(ctx *gin.Context)
- func (cInst *EmployeeController) Query(ctx *gin.Context)
- func (cInst *EmployeeController) Save(ctx *gin.Context)
- func (cInst *EmployeeController) UpdateNotNullProps(ctx *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmployeeController ¶
type EmployeeController struct {
// contains filtered or unexported fields
}
var InstEmployeeController EmployeeController
func (*EmployeeController) DeleteById ¶
func (cInst *EmployeeController) DeleteById(ctx *gin.Context)
func (*EmployeeController) FindById ¶
func (cInst *EmployeeController) FindById(ctx *gin.Context)
func (*EmployeeController) Query ¶
func (cInst *EmployeeController) Query(ctx *gin.Context)
func (*EmployeeController) Save ¶
func (cInst *EmployeeController) Save(ctx *gin.Context)
@title 函数名称: Save @description : 保存接口 主键%s为nil,0新增,!=nil修改
Save(ctx *gin.Context)
@auth 作者 : leijianming 时间: 2021-10-23 12:25:17 @param 输入参数名: ctx *gin.Context @return 返回参数名: 无
func (*EmployeeController) UpdateNotNullProps ¶
func (cInst *EmployeeController) UpdateNotNullProps(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.