Versions in this module Expand all Collapse all v1 v1.2.0 Feb 1, 2024 v1.1.0 Feb 1, 2024 v1.0.0 Feb 1, 2024 Changes in this version + type HrPageResult struct + Code int + Count int + Data []model2.Hr + Message string + Total int32 + func (p *HrPageResult) GetData() []model2.Hr + func (p *HrPageResult) SetData(s []model2.Hr) + type HrQueryParam struct + Limit int + OrderBys *string + Param *model2.Hr + Start int + func (qp *HrQueryParam) Ini() + type UserDto struct + Name string + Telephone string + func ToUserDto(user model2.CmsUser) UserDto