feat:完善项目
This commit is contained in:
@ -27,6 +27,10 @@ func (this *Admin) TenantIDFormat() string {
|
||||
return fmt.Sprintf("%d", this.TenantID)
|
||||
}
|
||||
|
||||
func (this *Admin) UIDFormat() string {
|
||||
return fmt.Sprintf("%d", this.UID)
|
||||
}
|
||||
|
||||
func (this *Admin) MarshalBinary() ([]byte, error) {
|
||||
return json.Marshal(this)
|
||||
}
|
||||
|
Reference in New Issue
Block a user