/** * 專案名稱: wistroni40-pop * 部門代號: MLD500 * 檔案說明: 平台回傳結果資料模型匯出點 * @CREATE Monday, 15th November 2021 6:20:15 pm * @author Steve Y Lin * @contact Wits.SteveYLin@wistron.com #1342 * ----------------------------------------------------------------------------- * @NOTE */ export * from './platform-key-response.model'; export * from './platform-response.model'; export * from './platform.type';