electricity_bill_calc_service/model/user.go

8 lines
82 B
Go

package model
const (
USER_TYPE_ENT int8 = iota
USER_TYPE_SUP
USER_TYPE_OPS
)