From 0609ad2318e9d20dfa1d1eebe3c24242717cd112 Mon Sep 17 00:00:00 2001 From: payne <bzrlw2012@163.com> Date: 周三, 24 4月 2024 13:06:46 +0800 Subject: [PATCH] 新增实体 --- iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/WmsWarehouseManage.js | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/WmsWarehouseManage.js b/iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/WmsWarehouseManage.js index c862dec..ba73645 100644 --- a/iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/WmsWarehouseManage.js +++ b/iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/WmsWarehouseManage.js @@ -1,9 +1,9 @@ 锘縤mport { axios } from '@/utils/request' /** - * 鏌ヨ浠撳簱琛� + * 鏌ヨ浠撳簱淇℃伅 * - * @author ly + * @author liuwq */ export function WmsWarehousePage (parameter) { return axios({ @@ -14,9 +14,9 @@ } /** - * 浠撳簱琛ㄥ垪琛� + * 浠撳簱淇℃伅鍒楄〃 * - * @author ly + * @author liuwq */ export function WmsWarehouseList (parameter) { return axios({ @@ -27,9 +27,9 @@ } /** - * 娣诲姞浠撳簱琛� + * 娣诲姞浠撳簱淇℃伅 * - * @author ly + * @author liuwq */ export function WmsWarehouseAdd (parameter) { return axios({ @@ -40,9 +40,9 @@ } /** - * 缂栬緫浠撳簱琛� + * 缂栬緫浠撳簱淇℃伅 * - * @author ly + * @author liuwq */ export function WmsWarehouseEdit (parameter) { return axios({ @@ -53,9 +53,9 @@ } /** - * 鍒犻櫎浠撳簱琛� + * 鍒犻櫎浠撳簱淇℃伅 * - * @author ly + * @author liuwq */ export function WmsWarehouseDelete (parameter) { return axios({ @@ -67,9 +67,9 @@ /** - * 瀵煎嚭浠撳簱琛ㄧ殑Excel鏂囦欢 + * 瀵煎嚭浠撳簱淇℃伅鐨凟xcel鏂囦欢 * - * @author ly + * @author liuwq */ export function WmsWarehouseToExcel (parameter) { return axios({ @@ -81,9 +81,9 @@ } /** - * 瀵煎叆浠撳簱琛ㄧ殑Excel鏂囦欢 + * 瀵煎叆浠撳簱淇℃伅鐨凟xcel鏂囦欢 * - * @author ly + * @author liuwq */ export function WmsWarehouseImportExcel (data, parameter) { return axios({ @@ -97,9 +97,9 @@ /** - * 涓嬭浇浠撳簱琛ㄧ殑Excel瀵煎叆妯℃澘 + * 涓嬭浇浠撳簱淇℃伅鐨凟xcel瀵煎叆妯℃澘 * - * @author ly + * @author liuwq */ export function WmsWarehouseDownloadExcelTemplate(parameter) { return axios({ -- Gitblit v1.9.3