state-common-select-list.ts 86 Bytes
export class StateCommonSelectList {
    stateCommonId: number;
    value: string;
 }