package StudentModel type StudentCountAggsXxbxlx struct { XxbxlxCode string `json:"xxbxlx_code"` Count int `json:"count"` } type StudentCountXxbxlx struct { XxbxlxCode string `json:"xxbxlx_code"` XxbxlxName string `json:"xxbxlx_name"` Count int `json:"count"` } type StudentCountAggsOrg struct { OrgId string `json:"org_id"` Count int `json:"count"` } type StudentCountOrg struct { OrgId string `json:"org_id"` OrgName string `json:"org_name"` Count int `json:"count"` } type StudentCountRxnf struct { Rxnf string `json:"rxnf"` Count int `json:"count"` }