ark-member/internal/domain/const.go

8 lines
95 B
Go
Raw Permalink Normal View History

2024-07-21 15:57:56 +00:00
package domain
const (
2024-07-25 14:01:22 +00:00
DefaultPageSize = 100
DefaultPageIndex = 0
Scope = 10
2024-07-21 15:57:56 +00:00
)