Ben Lin
2024-10-17 07895c65b99fa43f8e54f5054bd8351a71158143
src/api/tigerapi/model/basModel.ts
@@ -112,6 +112,7 @@
  url: string;
  action: string;
  isStep: boolean;
  isCustEl: boolean;
}
export type MaterialInfoPageListGetResultModel = BasicFetchResult<MaterialInfoListItem>;