fix #68

Merged
Ghost merged 1 commits from feaure/staff-getinfo into develop 2022-11-21 01:55:47 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ func getStaffValue(val string) string {
return fmt.Sprintf("%s.%s", prefixes.Staff, val) return fmt.Sprintf("%s.%s", prefixes.Staff, val)
} }
// Staff ...
var Staff = struct { var Staff = struct {
GetListStaffInfo string GetListStaffInfo string
}{ }{