interface BatchWorker {
    capacity?: number;
    createDate?: Date;
    createUser?: string;
    createUserIp?: string;
    enabled?: boolean;
    endpoint?: string;
    modifyDate?: Date;
    modifyUser?: string;
    modifyUserIp?: string;
    regDttm?: string;
    regUsrId?: string;
    regUsrIp?: string;
    updDttm?: string;
    updUsrId?: string;
    updUsrIp?: string;
    workerId?: string;
}

Hierarchy

  • BatchWorkerBase
    • BatchWorker

Properties

capacity?: number
createDate?: Date
createUser?: string
createUserIp?: string
enabled?: boolean
endpoint?: string
modifyDate?: Date
modifyUser?: string
modifyUserIp?: string
regDttm?: string

등록일자

regUsrId?: string

등록 사용자 아이디

regUsrIp?: string

등록자 아이피

updDttm?: string

수정일자

updUsrId?: string

수정자 아이디

updUsrIp?: string

수정자 아이피

workerId?: string

매니저 아이디

Generated using TypeDoc