xiaoyi
4 天以前 1eba515718ec0420b8e6f3353c12179539d4c8b1
src/api/wls/warehouse/area/index.ts
@@ -1,4 +1,4 @@
import type { PageParam, PageResult } from '../../../../packages/effects/request/src';
import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
@@ -8,6 +8,7 @@
    id?: number; // 库位编号
    code?: string; // 库位编码
    name?: string; // 库位名称
    type?: number; // 库区类型
    warehouseId?: number; // 仓库编号
    warehouseName?: string; // 仓库名称
    locationId?: number; // 库区编号