import { Response } from './response'; import {ReplacmentEmployeeList } from './ReplacmentEmployeeList'; export class WorKListReplacmentEmployeeResponse extends Response { public static SHARED_DATA = 'work-list'; public ReplacmentEmployeeList: ReplacmentEmployeeList []; }