배치 검색 조건

interface BatchCriteria {
    batId?: string;
    batNm?: string;
    [propName: string]: any;
}

Indexable

[propName: string]: any

Properties

Properties

batId?: string

배치 아이디

batNm?: string

배치 명

Generated using TypeDoc