src/api/wls/warehouse/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; // 仓库类型 address?: string; // 地址 area?: number; // 面积 chargeUserId?: number; // 负责人