Add User Partner and Product
This commit is contained in:
@@ -4,6 +4,8 @@ type Role int64
|
||||
|
||||
const (
|
||||
SuperAdmin Role = 1
|
||||
BranchAdmin Role = 2
|
||||
CasheerAdmin Role = 3
|
||||
Admin Role = 2
|
||||
PartnerAdmin Role = 3
|
||||
SiteAdmin Role = 4
|
||||
Casheer Role = 5
|
||||
)
|
||||
|
||||
@@ -3,8 +3,8 @@ package studio
|
||||
type StudioStatus string
|
||||
|
||||
const (
|
||||
Active StudioStatus = "Active"
|
||||
Inactive StudioStatus = "Inactive"
|
||||
Active StudioStatus = "active"
|
||||
Inactive StudioStatus = "inactive"
|
||||
)
|
||||
|
||||
func (b StudioStatus) toString() string {
|
||||
|
||||
Reference in New Issue
Block a user