8 lines
82 B
Go
8 lines
82 B
Go
package model
|
|
|
|
const (
|
|
USER_TYPE_ENT int8 = iota
|
|
USER_TYPE_SUP
|
|
USER_TYPE_OPS
|
|
)
|