Ben Lin
2024-07-24 50111114eb8254fe4d6fc15e9781f2c47e3db74a
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;
}