package domain

//组织
type Org struct {
	OrgID   int    `json:"orgId"`
	OrgName string `json:"orgName"`
}