Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SysDeptDAO ¶
type SysDeptDAO struct { *generaldao.BaseDao[int64, *generalmodel.SysDept] }
const PAGE_SIZE_DEFAULT = 500 const PAGE_SIZE_MAX = 1000
var InstSysDeptDAO *SysDeptDAO = NewSysDeptDAO()
func NewSysDeptDAO ¶
func NewSysDeptDAO() *SysDeptDAO
Click to show internal directories.
Click to hide internal directories.