import { Response } from "./response"; import { GetMoItemHistoryList } from './MOItemHistoryList'; export class MOItemHistoryRes extends Response { public GetMoItemHistoryList: GetMoItemHistoryList; }