From 39aac02364aff3b3f22852f94c3015da30cc604f Mon Sep 17 00:00:00 2001 From: ZhangYaozong Date: Mon, 4 Dec 2023 17:11:26 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E7=89=A9=E6=96=99req=E3=80=81res=E5=8F=82?= =?UTF-8?q?=E6=95=B0add?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/物料/修改物料.md | 33 +++++++++++++++++++++++++++++++- mes/物料/列出物料.md | 15 +++++++++++++++ mes/物料/查询物料详情.md | 15 +++++++++++++++ mes/物料/添加物料.md | 30 +++++++++++++++++++++++++++++ 4 files changed, 92 insertions(+), 1 deletion(-) diff --git a/mes/物料/修改物料.md b/mes/物料/修改物料.md index a579e38..4bc4880 100644 --- a/mes/物料/修改物料.md +++ b/mes/物料/修改物料.md @@ -24,6 +24,21 @@ URL: http://localhost:8033/open/UpdateMaterial | descriptions | string | 否 | 物料描述 | | attrs | Array | 否 | 物料属性 | | flag | int | 否 | 数据状态:0禁用 1启用,默认1| +| spec | string | 否 | 规格 | +| model | string | 否 | 型号 | +| erpTypeCode | string | 否 | ERP物料类型 | +| unitId | string | 否 | 主单位 | +| astUnitId | string | 否 | 辅单位 | +| changeRate | string | 否 | 换算率 | +| isNeedCheck | string | 否 | 是否检验 | +| validDay | int | 否 | 保质期 | +| validType | string | 否 | 保质期类型 | +| cellGrade | int | 否 | 辅助属性:等级 | +| cellColor | int | 否 | 辅助属性:颜色 | +| cellEff | int | 否 | 辅助属性:效率 | +| cellUop | int | 否 | 辅助属性:功率 | +| currentGrade | int | 否 | 辅助属性:电流 | +| isBatchManage | int | 否 | 是否启用批次管理 | attrs字段 @@ -84,6 +99,21 @@ attrs字段 "materialTypeCode": "CELL", "materialTypeDesc": "电池片", "descriptions": "电池片描述", + "spec","4*100", + "model","s700", + "erpTypeCode","", + "unitId","", + "astUnitId","", + "changRate","1/500", + "isNeedCheck","0", + "validDays","60", + "validType","天", + "cellGrade","", + "cellColor","", + "cellEff","", + "cellUop","", + "currentGrade","", + "isBatchManage":"0", "createTime": "2023-07-05 14:29:40.007", "attrs": [ { @@ -104,7 +134,8 @@ attrs字段 "attrValue": "单晶", "attrValueCode": "单晶" } - ] + ], + } } } diff --git a/mes/物料/列出物料.md b/mes/物料/列出物料.md index 6fcd3cd..da660e2 100644 --- a/mes/物料/列出物料.md +++ b/mes/物料/列出物料.md @@ -47,6 +47,21 @@ URL: http://localhost:8033/open/ListMaterial | materialTypeDesc | string | 物料类别名称 | | descriptions | string | 物料描述 | | flag | int | 数据状态:0禁用 1启用 | +| spec | string | 规格 | +| model | string | 型号 | +| erpTypeCode | string | ERP物料类型 | +| unitId | string | 主单位 | +| astUnitId | string | 辅单位 | +| changeRate | string | 换算率 | +| isNeedCheck | string | 是否检验 | +| validDay | string | 保质期 | +| validType | string | 保质期类型 | +| cellGrade | string | 辅助属性:等级 | +| cellColor | string | 辅助属性:颜色 | +| cellEff | string | 辅助属性:效率 | +| cellUop | string | 辅助属性:功率 | +| currentGrade | string | 辅助属性:电流 | +| isBatchManage | string | 是否启用批次管理 | | createTime | string | 创建时间 | | attrs | Array | 物料属性 | diff --git a/mes/物料/查询物料详情.md b/mes/物料/查询物料详情.md index 98cf6c6..c370934 100644 --- a/mes/物料/查询物料详情.md +++ b/mes/物料/查询物料详情.md @@ -45,6 +45,21 @@ URL: http://localhost:8033/open/GetMaterial | materialTypeDesc | string | 物料类别名称 | | descriptions | string | 物料描述 | | flag | int | 数据状态:0禁用 1启用 | +| spec | string | 规格 | +| model | string | 型号 | +| erpTypeCode | string | ERP物料类型 | +| unitId | string | 主单位 | +| astUnitId | string | 辅单位 | +| changeRate | string | 换算率 | +| isNeedCheck | string | 是否检验 | +| validDay | string | 保质期 | +| validType | string | 保质期类型 | +| cellGrade | string | 辅助属性:等级 | +| cellColor | string | 辅助属性:颜色 | +| cellEff | string | 辅助属性:效率 | +| cellUop | string | 辅助属性:功率 | +| currentGrade | string | 辅助属性:电流 | +| isBatchManage | string | 是否启用批次管理 | | createTime | string | 创建时间 | | attrs | Array | 物料属性 | diff --git a/mes/物料/添加物料.md b/mes/物料/添加物料.md index 5fa29cb..352e621 100644 --- a/mes/物料/添加物料.md +++ b/mes/物料/添加物料.md @@ -22,6 +22,21 @@ URL: http://localhost:8033/open/AddMaterial | materialCode | string | 是 | 物料编码 | | materialTypeCode | string | 是 | 物料类别代码 | | descriptions | string | 否 | 物料描述 | +| spec | string | 否 | 规格 | +| model | string | 否 | 型号 | +| erpTypeCode | string | 否 | ERP物料类型 | +| unitId | string | 否 | 主单位 | +| astUnitId | string | 否 | 辅单位 | +| changeRate | string | 否 | 换算率 | +| isNeedCheck | string | 否 | 是否检验 | +| validDay | int | 否 | 保质期 | +| validType | string | 否 | 保质期类型 | +| cellGrade | int | 否 | 辅助属性:等级 | +| cellColor | int | 否 | 辅助属性:颜色 | +| cellEff | int | 否 | 辅助属性:效率 | +| cellUop | int | 否 | 辅助属性:功率 | +| currentGrade | int | 否 | 辅助属性:电流 | +| isBatchManage | int | 否 | 是否启用批次管理 | | attrs | Array | 否 | 物料属性 | attrs字段 @@ -44,6 +59,21 @@ attrs字段 "materialCode": "CELL002", "materialTypeCode": "CELL", "descriptions": "电池片描述", + "spec","4*100", + "model","s700", + "erpTypeCode","", + "unitId","", + "astUnitId","", + "changRate","1/500", + "isNeedCheck","0", + "validDays","60", + "validType","天", + "cellGrade","", + "cellColor","", + "cellEff","", + "cellUop","", + "currentGrade","", + "isBatchManage":"0", "attrs": [{ "materialCode": "CELL002", "materialTypeCode": "CELL", From 5569a56b7538665133e13e6942464042f630e9c4 Mon Sep 17 00:00:00 2001 From: ZhangYaozong Date: Tue, 5 Dec 2023 10:12:51 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=96=87=E6=A1=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/供应商/修改供应商.md | 11 +++++++++-- mes/供应商/列出供应商.md | 20 +++++++++++++++----- mes/供应商/查询供应商详情.md | 6 +++++- mes/供应商/添加供应商.md | 11 +++++++++-- 4 files changed, 38 insertions(+), 10 deletions(-) diff --git a/mes/供应商/修改供应商.md b/mes/供应商/修改供应商.md index 37d9e31..09d6feb 100644 --- a/mes/供应商/修改供应商.md +++ b/mes/供应商/修改供应商.md @@ -21,6 +21,9 @@ URL: http://localhost:8033/open/UpdateSupplier | profile | string | 是 | 厂区编码 | | supplierCode | string | 是 | 供应商编码 | | descriptions | string | 是 | 供应商名称 | +| status | int | 否(默认启用) | 状态 0:不启用 1:启用 | +| country | string | 否 | 国家 | +| region | string | 否 | 省市 | 示例 1:修改供应商 @@ -29,7 +32,9 @@ URL: http://localhost:8033/open/UpdateSupplier "data": { "profile": "测试", "supplierCode": "1045543weee", - "descriptions": "新的公司2" + "descriptions": "新的公司2", + "country": "china", + "region": "tianjing", } } ``` @@ -48,7 +53,9 @@ URL: http://localhost:8033/open/UpdateSupplier "data": { "info": { "supplierCode": "1045543weee", - "descriptions": "新的公司22" + "descriptions": "新的公司22", + "country": "china", + "region": "tianjing", } } } diff --git a/mes/供应商/列出供应商.md b/mes/供应商/列出供应商.md index 8693e45..9e611ba 100644 --- a/mes/供应商/列出供应商.md +++ b/mes/供应商/列出供应商.md @@ -41,7 +41,9 @@ URL: http://localhost:8033/open/ListSupplier | 字段 | 类型 | 说明 | | :-- | :-- | :-- | | supplierCode | string | 供应商编码 | -| descriptions | string | 供应商名称 |= +| descriptions | string | 供应商名称 | +| country | string | 国家 | +| region | string | 省市 | 查询成功时,响应如下: @@ -53,19 +55,27 @@ URL: http://localhost:8033/open/ListSupplier "list": [ { "supplierCode": "1002210180004606", - "descriptions": "国网江苏省电力有限公司宿迁供电分公司" + "descriptions": "国网江苏省电力有限公司宿迁供电分公司", + "country": "china", + "region": "beijing", }, { "supplierCode": "1002210180004613", - "descriptions": "国网江苏省电力有限公司徐州供电分公司" + "descriptions": "国网江苏省电力有限公司徐州供电分公司", + "country": "china", + "region": "beijing", }, { "supplierCode": "1002210180004620", - "descriptions": "国网江苏综合能源服务有限公司" + "descriptions": "国网江苏综合能源服务有限公司", + "country": "china", + "region": "beijing", }, { "supplierCode": "1002210180012203", - "descriptions": "国网江苏省电力有限公司徐州市铜山区供电分公司" + "descriptions": "国网江苏省电力有限公司徐州市铜山区供电分公司", + "country": "china", + "region": "beijing", } ] } diff --git a/mes/供应商/查询供应商详情.md b/mes/供应商/查询供应商详情.md index 09a2801..e8612c6 100644 --- a/mes/供应商/查询供应商详情.md +++ b/mes/供应商/查询供应商详情.md @@ -42,6 +42,8 @@ URL: http://localhost:8033/open/GetSupplier | :-- | :-- | :-- | | supplierCode | string | 供应商编码 | | descriptions | string | 供应商名称 | +| country | string | 国家 | +| region | string | 省市 | 查询成功时,响应如下: @@ -52,7 +54,9 @@ URL: http://localhost:8033/open/GetSupplier "data": { "info": { "supplierCode": "1002210180009192", - "descriptions": "无锡联晟光伏科技有限公司" + "descriptions": "无锡联晟光伏科技有限公司", + "country": "china", + "region": "beijing", } } } diff --git a/mes/供应商/添加供应商.md b/mes/供应商/添加供应商.md index 613dae6..6d522fa 100644 --- a/mes/供应商/添加供应商.md +++ b/mes/供应商/添加供应商.md @@ -21,6 +21,9 @@ URL: http://localhost:8033/open/AddSupplier | profile | string | 是 | 厂区编码 | | supplierCode | string | 是 | 供应商编码 | | descriptions | string | 是 | 供应商名称 | +| status | int | 否(默认启用) | 状态 0:不启用 1:启用 | +| country | string | 否 | 国家 | +| region | string | 否 | 省市 | 示例 1:添加供应商 @@ -29,7 +32,9 @@ URL: http://localhost:8033/open/AddSupplier "data": { "profile": "测试", "supplierCode": "1045543weee", - "descriptions": "新的公司" + "descriptions": "新的公司", + "country": "china", + "region": "beijing", } } ``` @@ -48,7 +53,9 @@ URL: http://localhost:8033/open/AddSupplier "data": { "info": { "supplierCode": "1045543weee", - "descriptions": "新的公司" + "descriptions": "新的公司", + "country": "china", + "region": "beijing", } } } From 4de13814c08a787b111811a0ed678ab922dbe7ec Mon Sep 17 00:00:00 2001 From: ZhangYaozong Date: Tue, 5 Dec 2023 12:52:05 +0800 Subject: [PATCH 3/6] =?UTF-8?q?Revert=20"=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3=E8=B0=83=E6=95=B4"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5569a56b7538665133e13e6942464042f630e9c4. --- mes/供应商/修改供应商.md | 11 ++--------- mes/供应商/列出供应商.md | 20 +++++--------------- mes/供应商/查询供应商详情.md | 6 +----- mes/供应商/添加供应商.md | 11 ++--------- 4 files changed, 10 insertions(+), 38 deletions(-) diff --git a/mes/供应商/修改供应商.md b/mes/供应商/修改供应商.md index 09d6feb..37d9e31 100644 --- a/mes/供应商/修改供应商.md +++ b/mes/供应商/修改供应商.md @@ -21,9 +21,6 @@ URL: http://localhost:8033/open/UpdateSupplier | profile | string | 是 | 厂区编码 | | supplierCode | string | 是 | 供应商编码 | | descriptions | string | 是 | 供应商名称 | -| status | int | 否(默认启用) | 状态 0:不启用 1:启用 | -| country | string | 否 | 国家 | -| region | string | 否 | 省市 | 示例 1:修改供应商 @@ -32,9 +29,7 @@ URL: http://localhost:8033/open/UpdateSupplier "data": { "profile": "测试", "supplierCode": "1045543weee", - "descriptions": "新的公司2", - "country": "china", - "region": "tianjing", + "descriptions": "新的公司2" } } ``` @@ -53,9 +48,7 @@ URL: http://localhost:8033/open/UpdateSupplier "data": { "info": { "supplierCode": "1045543weee", - "descriptions": "新的公司22", - "country": "china", - "region": "tianjing", + "descriptions": "新的公司22" } } } diff --git a/mes/供应商/列出供应商.md b/mes/供应商/列出供应商.md index 9e611ba..8693e45 100644 --- a/mes/供应商/列出供应商.md +++ b/mes/供应商/列出供应商.md @@ -41,9 +41,7 @@ URL: http://localhost:8033/open/ListSupplier | 字段 | 类型 | 说明 | | :-- | :-- | :-- | | supplierCode | string | 供应商编码 | -| descriptions | string | 供应商名称 | -| country | string | 国家 | -| region | string | 省市 | +| descriptions | string | 供应商名称 |= 查询成功时,响应如下: @@ -55,27 +53,19 @@ URL: http://localhost:8033/open/ListSupplier "list": [ { "supplierCode": "1002210180004606", - "descriptions": "国网江苏省电力有限公司宿迁供电分公司", - "country": "china", - "region": "beijing", + "descriptions": "国网江苏省电力有限公司宿迁供电分公司" }, { "supplierCode": "1002210180004613", - "descriptions": "国网江苏省电力有限公司徐州供电分公司", - "country": "china", - "region": "beijing", + "descriptions": "国网江苏省电力有限公司徐州供电分公司" }, { "supplierCode": "1002210180004620", - "descriptions": "国网江苏综合能源服务有限公司", - "country": "china", - "region": "beijing", + "descriptions": "国网江苏综合能源服务有限公司" }, { "supplierCode": "1002210180012203", - "descriptions": "国网江苏省电力有限公司徐州市铜山区供电分公司", - "country": "china", - "region": "beijing", + "descriptions": "国网江苏省电力有限公司徐州市铜山区供电分公司" } ] } diff --git a/mes/供应商/查询供应商详情.md b/mes/供应商/查询供应商详情.md index e8612c6..09a2801 100644 --- a/mes/供应商/查询供应商详情.md +++ b/mes/供应商/查询供应商详情.md @@ -42,8 +42,6 @@ URL: http://localhost:8033/open/GetSupplier | :-- | :-- | :-- | | supplierCode | string | 供应商编码 | | descriptions | string | 供应商名称 | -| country | string | 国家 | -| region | string | 省市 | 查询成功时,响应如下: @@ -54,9 +52,7 @@ URL: http://localhost:8033/open/GetSupplier "data": { "info": { "supplierCode": "1002210180009192", - "descriptions": "无锡联晟光伏科技有限公司", - "country": "china", - "region": "beijing", + "descriptions": "无锡联晟光伏科技有限公司" } } } diff --git a/mes/供应商/添加供应商.md b/mes/供应商/添加供应商.md index 6d522fa..613dae6 100644 --- a/mes/供应商/添加供应商.md +++ b/mes/供应商/添加供应商.md @@ -21,9 +21,6 @@ URL: http://localhost:8033/open/AddSupplier | profile | string | 是 | 厂区编码 | | supplierCode | string | 是 | 供应商编码 | | descriptions | string | 是 | 供应商名称 | -| status | int | 否(默认启用) | 状态 0:不启用 1:启用 | -| country | string | 否 | 国家 | -| region | string | 否 | 省市 | 示例 1:添加供应商 @@ -32,9 +29,7 @@ URL: http://localhost:8033/open/AddSupplier "data": { "profile": "测试", "supplierCode": "1045543weee", - "descriptions": "新的公司", - "country": "china", - "region": "beijing", + "descriptions": "新的公司" } } ``` @@ -53,9 +48,7 @@ URL: http://localhost:8033/open/AddSupplier "data": { "info": { "supplierCode": "1045543weee", - "descriptions": "新的公司", - "country": "china", - "region": "beijing", + "descriptions": "新的公司" } } } From 5ed2132a28945c29faf6fa151ec9adac24ddc6fb Mon Sep 17 00:00:00 2001 From: ZhangYaozong Date: Wed, 6 Dec 2023 09:27:19 +0800 Subject: [PATCH 4/6] =?UTF-8?q?wms=E4=BE=9B=E5=BA=94=E5=95=86=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3add?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/供应商/供应商列表.md | 80 +++++++++++++++++++++++++ wms/供应商/修改供应商.md | 76 ++++++++++++++++++++++++ wms/供应商/删除供应商.md | 58 ++++++++++++++++++ wms/供应商/新增供应商.md | 74 +++++++++++++++++++++++ wms/供应商/获取供应商详情.md | 68 +++++++++++++++++++++ wms/客户/修改客户.md | 77 ++++++++++++++++++++++++ wms/客户/删除客户.md | 58 ++++++++++++++++++ wms/客户/客户列表.md | 82 ++++++++++++++++++++++++++ wms/客户/新增客户.md | 75 +++++++++++++++++++++++ wms/客户/获取客户详情.md | 69 ++++++++++++++++++++++ 10 files changed, 717 insertions(+) create mode 100644 wms/供应商/供应商列表.md create mode 100644 wms/供应商/修改供应商.md create mode 100644 wms/供应商/删除供应商.md create mode 100644 wms/供应商/新增供应商.md create mode 100644 wms/供应商/获取供应商详情.md create mode 100644 wms/客户/修改客户.md create mode 100644 wms/客户/删除客户.md create mode 100644 wms/客户/客户列表.md create mode 100644 wms/客户/新增客户.md create mode 100644 wms/客户/获取客户详情.md diff --git a/wms/供应商/供应商列表.md b/wms/供应商/供应商列表.md new file mode 100644 index 0000000..a7ab916 --- /dev/null +++ b/wms/供应商/供应商列表.md @@ -0,0 +1,80 @@ +### 供应商列表 +此接口用于查询WMS中的供应商 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/GetWmsSupplierList + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "records": [ + { + "key": "943c1f4d0f164cddb74ad60be33c891d", + "status": 0, + "country": null, + "region": null, + "code": "GYS001", + "name": "供应商001", + "oaId": null, + "address": "1002", + "contact": "liu", + "phone": "156" + }, + { + "key": "eb335cea0e894623859a68976a80342f", + "status": 0, + "country": null, + "region": null, + "code": "LM001", + "name": "螺帽", + "oaId": null, + "address": "", + "contact": "", + "phone": "" + }, + ] + } +} + +``` + + diff --git a/wms/供应商/修改供应商.md b/wms/供应商/修改供应商.md new file mode 100644 index 0000000..8e98391 --- /dev/null +++ b/wms/供应商/修改供应商.md @@ -0,0 +1,76 @@ +### 修改供应商 +此接口用于修改WMS中的供应商 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/UpdateWmsSupplier + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| key | string | 是 | | +| code | string | 是 | 供应商编码 | +| name | string | 是 | 供应商名称 | +| status | string | 是 | 状态是否开启 | +| country | string | 否 | 国家 | +| region | string | 否 | 省市 | + +__请求示例:__ +``` +{ +"data":{ + "profile": "测试", + "key":"d2d0916d46cc497e83e69ea9e307a92c", + "code":"wndSupplier", + "name":"天天好集团aaa", + "status": 0, + "country": "china", + "region":"SH", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "key": "d2d0916d46cc497e83e69ea9e307a92c", + "status": 0, + "country": "china", + "region": "SH", + "code": "wndSupplier", + "name": "天天好集团aaa", + "oaId": "", + "address": "", + "contact": "", + "phone": "" + } +} + +``` + + diff --git a/wms/供应商/删除供应商.md b/wms/供应商/删除供应商.md new file mode 100644 index 0000000..c33b47c --- /dev/null +++ b/wms/供应商/删除供应商.md @@ -0,0 +1,58 @@ +### 删除供应商 +此接口用于删除WMS中的供应商 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/DeleteWmsSupplier + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| key | string | 是 | 列表记录key | +| code | string | 否 | 编码 | + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + "key": "", + "code": "", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + } +} + +``` + + diff --git a/wms/供应商/新增供应商.md b/wms/供应商/新增供应商.md new file mode 100644 index 0000000..12c7058 --- /dev/null +++ b/wms/供应商/新增供应商.md @@ -0,0 +1,74 @@ +### 新增供应商 +此接口用于新增WMS中的供应商 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/AddWmsSupplier + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| code | string | 是 | 供应商编码 | +| name | string | 是 | 供应商名称 | +| status | string | 是 | 状态是否开启 | +| country | string | 否 | 国家 | +| region | string | 否 | 省市 | + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + "code":"wndSupplier", + "name":"天天好集团", + "status": 0, + "country": "china", + "region":"beijing", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "key": "d2d0916d46cc497e83e69ea9e307a92c", + "status": 0, + "country": "china", + "region": "beijing", + "code": "wndSupplier", + "name": "天天好集团", + "oaId": "", + "address": "", + "contact": "", + "phone": "" + } +} + +``` + + diff --git a/wms/供应商/获取供应商详情.md b/wms/供应商/获取供应商详情.md new file mode 100644 index 0000000..77aaf75 --- /dev/null +++ b/wms/供应商/获取供应商详情.md @@ -0,0 +1,68 @@ +### 供应商详情 单条 +此接口用于查询WMS中的供应商详情 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/GetWmsSupplierDetail + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | string | 是 | 厂区| +| key | string | 否 | | +| code | string | 否 | 编码 | + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + "key" : "", + "code": "GYS001", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "key": "943c1f4d0f164cddb74ad60be33c891d", + "status": 0, + "country": null, + "region": null, + "code": "GYS001", + "name": "供应商001", + "oaId": null, + "address": "1002", + "contact": "liu", + "phone": "156" + } +} + +``` + + diff --git a/wms/客户/修改客户.md b/wms/客户/修改客户.md new file mode 100644 index 0000000..db5bbfd --- /dev/null +++ b/wms/客户/修改客户.md @@ -0,0 +1,77 @@ +### 修改客户 +此接口用于修改WMS中的客户 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/UpdateWmsCustomer + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| code | String | 是 | 客户编码| +| name | String | 是 | 客户名称| +| key | String | 是| | +| country | String | 否 | 国家| +| region | String | 是 | 省市| +| status | int | 是 | 状态 1:启用 0:不启用| + +__请求示例:__ +``` +{ + "data":{ + "profile":"测试", + "code":"wnC1", + "name":"屋漏", + "country":"china", + "region":"shanghai", + "status":0, + "key":"45960622d4a54c69b2e26a840056ff48" + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "oa_id": "", + "code": "wnC1", + "name": "屋漏", + "status": "0", + "country": "china", + "region": "shanghai", + "interior": 0, + "created": "2023-12-06 09:12:43.230", + "updated": "2023-12-06 09:16:52.252", + "key": "45960622d4a54c69b2e26a840056ff48", + "flag": 1 + } +} + +``` + + diff --git a/wms/客户/删除客户.md b/wms/客户/删除客户.md new file mode 100644 index 0000000..4a6033c --- /dev/null +++ b/wms/客户/删除客户.md @@ -0,0 +1,58 @@ +### 删除客户 +此接口用于删除WMS中的客户 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/DeleteWmsCustomer + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| key | string | 是 | | +| code | string | 否(优先按key删除) | | + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + "key": "2fadc517f26446069930ecb8a3f59356", + "code" : "code001" + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + } +} + +``` + + diff --git a/wms/客户/客户列表.md b/wms/客户/客户列表.md new file mode 100644 index 0000000..23a6181 --- /dev/null +++ b/wms/客户/客户列表.md @@ -0,0 +1,82 @@ +### 客户列表 +此接口用于查询WMS中的客户 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/GetWmsCustomerList + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "records": [ + { + "oa_id": null, + "code": "code002", + "name": "客户002", + "status": "", + "country": null, + "region": null, + "interior": 0, + "created": "2022-09-30 12:48:55.211", + "updated": "2022-09-30 12:48:55.211", + "key": "4f3fbb290d0e4007817edf5e3bac25f2", + "flag": 1 + }, + { + "oa_id": null, + "code": "code004", + "name": "客户004", + "status": "", + "country": null, + "region": null, + "interior": 0, + "created": "2022-09-30 12:53:16.581", + "updated": "2022-09-30 12:53:16.581", + "key": "e0ef13b856d14a759c5889a20f69e8c7", + "flag": 1 + }, + ] + } +} + +``` + + diff --git a/wms/客户/新增客户.md b/wms/客户/新增客户.md new file mode 100644 index 0000000..09ffb90 --- /dev/null +++ b/wms/客户/新增客户.md @@ -0,0 +1,75 @@ +### 新增客户 +此接口用于新增WMS中的客户 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/AddWmsCustomer + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| code | String | 是 | 客户编码| +| name | String | 是 | 客户名称| +| country | String | 否 | 国家| +| region | String | 是 | 省市| +| status | int | 是 | 状态 1:启用 0:不启用| + +__请求示例:__ +``` +{ + "data":{ + "profile":"测试", + "code":"wnC1", + "name":"屋漏", + "country":"china", + "region":"beijing", + "status":0, + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "oa_id": null, + "code": "wnC1", + "name": "屋漏", + "status": "0", + "country": "china", + "region": "beijing", + "interior": 0, + "created": "2023-12-06 09:12:43.230", + "updated": "2023-12-06 09:12:43.230", + "key": "45960622d4a54c69b2e26a840056ff48", + "flag": 1 + } +} + +``` + + diff --git a/wms/客户/获取客户详情.md b/wms/客户/获取客户详情.md new file mode 100644 index 0000000..935a0a9 --- /dev/null +++ b/wms/客户/获取客户详情.md @@ -0,0 +1,69 @@ +### 获取客户详情 +此接口用于查询WMS中的客户详情 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/GetWmsCustomerDetail + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| code | string | | | +| key | string | | | + +__请求示例:__ +``` +{ + "data":{ + "profile":"测试", + "code":"wnC1", + "key": "", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "oa_id": "", + "code": "wnC1", + "name": "屋漏", + "status": "0", + "country": "china", + "region": "shanghai", + "interior": 0, + "created": "2023-12-06 09:12:43.230", + "updated": "2023-12-06 09:16:52.252", + "key": "45960622d4a54c69b2e26a840056ff48", + "flag": 1 + } +} + +``` + + From c49818068d5be7a0880899df73f4b8b8facbb3f0 Mon Sep 17 00:00:00 2001 From: ZhangYaozong Date: Thu, 7 Dec 2023 09:30:09 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E5=91=98=E5=B7=A5=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E6=96=87=E6=A1=A3add?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/员工/修改员工.md | 67 ++++++++++++++++++++++++++++ wms/员工/删除员工.md | 55 +++++++++++++++++++++++ wms/员工/员工列表.md | 76 ++++++++++++++++++++++++++++++++ wms/员工/新增员工.md | 65 +++++++++++++++++++++++++++ wms/员工/获取员工详情.md | 64 +++++++++++++++++++++++++++ wms/客户/获取客户详情.md | 2 +- wms/部门/修改部门.md | 76 ++++++++++++++++++++++++++++++++ wms/部门/删除部门.md | 56 +++++++++++++++++++++++ wms/部门/新增部门.md | 75 +++++++++++++++++++++++++++++++ wms/部门/部门列表.md | 70 +++++++++++++++++++++++++++++ wms/部门/部门详情.md | 68 ++++++++++++++++++++++++++++ 11 files changed, 673 insertions(+), 1 deletion(-) create mode 100644 wms/员工/修改员工.md create mode 100644 wms/员工/删除员工.md create mode 100644 wms/员工/员工列表.md create mode 100644 wms/员工/新增员工.md create mode 100644 wms/员工/获取员工详情.md create mode 100644 wms/部门/修改部门.md create mode 100644 wms/部门/删除部门.md create mode 100644 wms/部门/新增部门.md create mode 100644 wms/部门/部门列表.md create mode 100644 wms/部门/部门详情.md diff --git a/wms/员工/修改员工.md b/wms/员工/修改员工.md new file mode 100644 index 0000000..c97c7b6 --- /dev/null +++ b/wms/员工/修改员工.md @@ -0,0 +1,67 @@ +### 修改员工 +此接口用于修改WMS中的员工 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/UpdateWmsUser + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| userName | string | 是 | 用户登录名 | +| key | string | 是 | 记录主键 | +| password | string | 是 | 密码 | +| name | string | 是 | 员工姓名 | +| departmentCode | string | 否 | 部门编码 | +| erpCode | string | 否 | ERP员工编号 | +| status | int | 是 | 状态 | + +__请求示例:__ +``` +{ + "data":{ + "profile":"测试", + "key": "5fd5de9e9d48417881aa457be6500bcb", + "userName":"zhangyz", + "password":"123456", + "name":"非凡", + "departmentCode":"", + "erpCode":"", + "status":0, + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": {} +} + +``` + + diff --git a/wms/员工/删除员工.md b/wms/员工/删除员工.md new file mode 100644 index 0000000..648d14f --- /dev/null +++ b/wms/员工/删除员工.md @@ -0,0 +1,55 @@ +### 删除员工 +此接口用于删除WMS中的员工 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/DeleteWmsUser + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| keyWord | string | 是 | 记录主键 | + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + "keyWord":"5fd5de9e9d48417881aa457be6500bcb", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": {} +} + +``` + + diff --git a/wms/员工/员工列表.md b/wms/员工/员工列表.md new file mode 100644 index 0000000..f124929 --- /dev/null +++ b/wms/员工/员工列表.md @@ -0,0 +1,76 @@ +### 员工列表 +此接口用于查询WMS中的员工 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/GetWmsUserList + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "records": [ + { + "key": "00316a8cb1e14bbb949b681d7058ca08", + "depKey": "0887f0146a2b47579c5dd401e0571545", + "depName": "董事会", + "depCode": "", + "accountName": "lc1772", + "name": "李田田", + "erpCode": "", + "status": 1 + }, + { + "key": "00316a8cb1e14bbb949b681d7058ca08", + "depKey": "3ebfb86f78e04e738862339863cce837", + "depName": "oa项目组", + "depCode": "", + "accountName": "lc1772", + "name": "李田田", + "erpCode": "", + "status": 1 + }, + ] + } +} + +``` + + diff --git a/wms/员工/新增员工.md b/wms/员工/新增员工.md new file mode 100644 index 0000000..3a9e05b --- /dev/null +++ b/wms/员工/新增员工.md @@ -0,0 +1,65 @@ +### 新增员工 +此接口用于向WMS中新增员工 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/AddWmsUser + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| userName | string | 是 | 用户登录名 | +| password | string | 是 | 密码 | +| name | string | 是 | 员工姓名 | +| departmentCode | string | 否 | 部门编码 | +| erpCode | string | 否 | ERP员工编号 | +| status | int | 是 | 状态 | + +__请求示例:__ +``` +{ + "data":{ + "profile":"测试", + "userName":"zhangyz", + "password":"12345", + "name":"非凡", + "departmentCode":"", + "erpCode":"", + "status":1, + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": {} +} + +``` + + diff --git a/wms/员工/获取员工详情.md b/wms/员工/获取员工详情.md new file mode 100644 index 0000000..3e1c71c --- /dev/null +++ b/wms/员工/获取员工详情.md @@ -0,0 +1,64 @@ +### 员工详细 +此接口用于查询WMS中的员工详细 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/GetWmsUserDetail + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| keyWord | string | 是 | 记录主键 | + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + "keyWord":"5fd5de9e9d48417881aa457be6500bcb", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "key": "5fd5de9e9d48417881aa457be6500bcb", + "depKey": "0887f0146a2b47579c5dd401e0571545", + "depName": "董事会", + "depCode": "", + "accountName": "zhangyz", + "name": "非凡", + "erpCode": "", + "status": 0 + } +} + +``` + + diff --git a/wms/客户/获取客户详情.md b/wms/客户/获取客户详情.md index 935a0a9..3b29db3 100644 --- a/wms/客户/获取客户详情.md +++ b/wms/客户/获取客户详情.md @@ -52,7 +52,7 @@ __data:__ "data": { "oa_id": "", "code": "wnC1", - "name": "屋漏", + "name": "勿漏", "status": "0", "country": "china", "region": "shanghai", diff --git a/wms/部门/修改部门.md b/wms/部门/修改部门.md new file mode 100644 index 0000000..12b6f12 --- /dev/null +++ b/wms/部门/修改部门.md @@ -0,0 +1,76 @@ +### 修改部门 +此接口用于修改WMS中的部门 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/UpdateWmsDepartment + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| key | string | 是 | | +| code | string | 是 | 部门编码 | +| name | string | 是 | 部门名称 | +| status | int | 是 | 状态 | +| parentCode | string | 是 | 上级部门 | + +__请求示例:__ +``` +{ + "data":{ + "profile":"测试", + "key":"c1f3202cc1ac4a9baa0ea48813e44635", + "code": "woniuDep", + "name":"测试部门", + "status": 1, + "parentCode":"", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "key": "c1f3202cc1ac4a9baa0ea48813e44635", + "departmentname": "测试部门", + "departmentmark": "测试部门", + "canceled": null, + "departmentcode": "woniuDep", + "id": "woniuDep", + "supdepid": "", + "subcompanyid1": "", + "status": 1, + "created": "2023-12-06 15:15:56.911", + "updated": "2023-12-06 15:26:06.787", + "flag": 1 + } +} + +``` + + diff --git a/wms/部门/删除部门.md b/wms/部门/删除部门.md new file mode 100644 index 0000000..098c027 --- /dev/null +++ b/wms/部门/删除部门.md @@ -0,0 +1,56 @@ +### 删除部门 +此接口用于删除WMS中的部门 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/DeleteWmsDepartment + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| code | string | 是 | 部门编码 | + +__请求示例:__ +``` +{ + "data":{ + "profile":"测试", + "code":"woniuDep", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + } +} + +``` + + diff --git a/wms/部门/新增部门.md b/wms/部门/新增部门.md new file mode 100644 index 0000000..daa9b4e --- /dev/null +++ b/wms/部门/新增部门.md @@ -0,0 +1,75 @@ +### 新增部门 +此接口用于新增WMS中的部门 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/AddWmsDepartment + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| code | string | 是 | 部门编码 | +| name | string | 是 | 部门名称 | +| status | int | 是 | 状态 | +| parentCode | string | 是 | 上级部门 | + + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + "code": "dep1", + "name":"部门1", + "status": 0, + "parentCode":"", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "key": "c1f3202cc1ac4a9baa0ea48813e44635", + "departmentname": "部门1", + "departmentmark": "部门1", + "canceled": null, + "departmentcode": "dep1", + "id": "dep1", + "supdepid": "", + "subcompanyid1": null, + "status": 1, + "created": "2023-12-06 15:15:56.911", + "updated": "2023-12-06 15:15:56.911", + "flag": 1 + } +} + +``` + + diff --git a/wms/部门/部门列表.md b/wms/部门/部门列表.md new file mode 100644 index 0000000..812d1f8 --- /dev/null +++ b/wms/部门/部门列表.md @@ -0,0 +1,70 @@ +### 部门列表 +此接口用于查询WMS中的部门 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/GetWmsDepartmentList + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "records": [ + { + "key": "e84cba30369d4f1c8ade99a6e853ae93", + "code": "100008", + "name": "财务管理部", + "createTime": "2022-09-30 08:54:01", + "status": 0 + }, + { + "key": "e7ed256eb16343b29f1d2c542fbea7ca", + "code": "100009", + "name": "电站业务部", + "createTime": "2022-09-30 08:54:02", + "status": 0 + } + ] + } +} + +``` + + diff --git a/wms/部门/部门详情.md b/wms/部门/部门详情.md new file mode 100644 index 0000000..7a09b99 --- /dev/null +++ b/wms/部门/部门详情.md @@ -0,0 +1,68 @@ +### 详情部门 +此接口用于查询WMS中的部门详情 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/GetWmsDepartmentDetail + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | String | 是 | 厂区| +| keyWord | string | 是 | 部门编码 | + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试", + "keyWord" :"woniuDep", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + "key": "c1f3202cc1ac4a9baa0ea48813e44635", + "departmentname": "测试部门", + "departmentmark": "测试部门", + "canceled": null, + "departmentcode": "woniuDep", + "id": "woniuDep", + "supdepid": "", + "subcompanyid1": "", + "status": 1, + "created": "2023-12-06 15:15:56.911", + "updated": "2023-12-06 15:26:06.787", + "flag": 1 + } +} + +``` + + From 9e764f0a679449faeeb223cc1e590f00e37e7eed Mon Sep 17 00:00:00 2001 From: ZhangYaozong Date: Thu, 7 Dec 2023 13:34:49 +0800 Subject: [PATCH 6/6] no message --- wms/供应商/新增供应商.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/wms/供应商/新增供应商.md b/wms/供应商/新增供应商.md index 12c7058..3818d1f 100644 --- a/wms/供应商/新增供应商.md +++ b/wms/供应商/新增供应商.md @@ -56,16 +56,16 @@ __data:__ "clock": "2023-06-25 20:00:00.000", "status": "ok", "data": { - "key": "d2d0916d46cc497e83e69ea9e307a92c", - "status": 0, - "country": "china", - "region": "beijing", - "code": "wndSupplier", - "name": "天天好集团", - "oaId": "", - "address": "", - "contact": "", - "phone": "" + "key": "d2d0916d46cc497e83e69ea9e307a92c", + "status": 0, + "country": "china", + "region": "beijing", + "code": "wndSupplier", + "name": "天天好集团", + "oaId": "", + "address": "", + "contact": "", + "phone": "" } }