Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InstEmployeeWeb = NewEmployeeWeb()
Functions ¶
func InjectEmployeeWeb ¶
func InjectEmployeeWeb(s *EmployeeWeb)
func LoadEmployeeWeb ¶
func LoadEmployeeWeb() baseiface.ISingleton
Types ¶
type EmployeeWeb ¶
type EmployeeWeb struct { basedto.BaseEntity `gorm:"-"` baseweb.BaseWeb // contains filtered or unexported fields }
func FindBeanEmployeeWeb ¶
func FindBeanEmployeeWeb() *EmployeeWeb
func NewEmployeeWeb ¶
func NewEmployeeWeb() *EmployeeWeb
func (*EmployeeWeb) DeleteById ¶
func (this *EmployeeWeb) DeleteById(ctx *gin.Context)
func (*EmployeeWeb) FindById ¶
func (this *EmployeeWeb) FindById(ctx *gin.Context)
func (*EmployeeWeb) Query ¶
func (this *EmployeeWeb) Query(ctx *gin.Context)
func (*EmployeeWeb) Save ¶
func (this *EmployeeWeb) Save(ctx *gin.Context)
@title 函数名称: Save @description : 保存接口 @auth 作者 : leijianming@163.com 时间: 2024-03-26 19:49:32 @param 输入参数名: ctx *gin.Context @return 返回参数名: 无
func (*EmployeeWeb) UpdateNotNull ¶
func (this *EmployeeWeb) UpdateNotNull(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.