feat: sale add create user
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package dao
|
||||
|
||||
const (
|
||||
StatusEnabled uint8 = 1
|
||||
StatusDisabled uint8 = 2
|
||||
|
||||
CredentialTypePassword = "password"
|
||||
CredentialTypeWecom = "wecom"
|
||||
CredentialTypeOpenid = "openid"
|
||||
|
||||
// ExtraJsonEmpty MySQL JSON 列不能写空串,无扩展字段时用 {}
|
||||
ExtraJsonEmpty = "{}"
|
||||
)
|
||||
Reference in New Issue
Block a user