import {createPageContext, createSearchContext, createTableSearchContext} from '@hooks'; import {GetFinishProductOutListStreamParams, OriginalListParams} from '@models'; export const pageContext = createPageContext(); export const searchContext = createSearchContext(); export const contextState: OriginalListParams = { wllbCode: '', startTime: '', endTime: '', storageCode: '', companyCode: '', customerCode: '', userName: '', wbs: '', deliveryId: '', materialName: '', }; export const context = createTableSearchContext(contextState);