package common type CustomParam struct { // 【主键id】主键id Id string `json:"id,omitempty"` // 【参数名称】参数名称 Name string `json:"name"` // 【参数类型】参数类型 Type_ string `json:"type"` // 【参数应用范围】参数应用范围 ApplyRange []CustomParamSubjectBo `json:"applyRange"` }