package server type SystemService interface { GetFirstPagePicList() (interface{}, error) GetWorkdays(int) (interface{}, error) GetQuestion(int) (interface{}, error) GetDictList(string, string) (interface{}, error) }