export interface RequireOcList
{
ocStrList: string[]

}

export interface RequireOc
{
ocCode: string
}