package md import "applet/app/db/model" type EnterpriseDetailRespV2 struct { Enterprise model.Enterprise `json:"enterprise"` GradeList []GradeListStructV2 `json:"grade_list"` } type GradeListStructV2 struct { Grade model.Grade `json:"grade"` ClassList []model.Class `json:"class_list"` }