| | |
| | | import { MES_ROUTE } from './router'; |
| | | import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel'; |
| | | |
| | | export type OperParams = { |
| | |
| | | UPDATE_TIME: string; |
| | | CREATE_TIME: string; |
| | | } |
| | | |
| | | export type RoutelistParams = { |
| | | ROT_CODE?: string; |
| | | ROT_NAME?: string; |
| | | IS_ACTIVE?: string; |
| | | }; |
| | | export type RoutelistPageParams = BasicPageParams & RoutelistParams; |
| | | |
| | | export type OperPageListGetResultModel = BasicFetchResult<OperListItem>; |
| | | export type CheckRulePageListGetResultModel = BasicFetchResult<CheckRuleListItem>; |
| | | export type MeslinePageListGetResultModel = BasicFetchResult<MeslineListItem>; |
| | | export type MesBomPageListGetResultModel = BasicFetchResult<MesBomListItem>; |
| | | export type MesModelPageListGetResultModel = BasicFetchResult<MesModelListItem>; |
| | | export type RoutePageListGetResultModel = BasicFetchResult<MES_ROUTE>; |