export interface SelectItem {
    name: string;
    code: string;
}
