src/api/tigerapi/model/mesModel.ts
@@ -296,3 +296,15 @@ export type RoutePageListGetResultModel = BasicFetchResult<MES_ROUTE>; export type BIZ_MES_WOPageListGetResultModel = BasicFetchResult<BIZ_MES_WO>; export type MES_WORKSHOPPageListGetResultModel = BasicFetchResult<MES_WORKSHOP>; export interface DelWoRotInput { rotId: string; rotCode: string; wo: string; } export interface DelProdRotInput { rotId: string; rotCode: string; prodCode: string; }