From ac2d755d8faa624d8fddb7684d6f59578ccd3cb7 Mon Sep 17 00:00:00 2001 From: "Cola.Ding" Date: Mon, 11 Dec 2023 14:40:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7=E9=80=9A=E7=9F=A5=E5=8D=95?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=9A=E5=8A=A1=E7=B1=BB=E5=9E=8B=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/发货通知/AddDeliveryPlan.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wms/发货通知/AddDeliveryPlan.md b/wms/发货通知/AddDeliveryPlan.md index d6a11e6..c4100ff 100644 --- a/wms/发货通知/AddDeliveryPlan.md +++ b/wms/发货通知/AddDeliveryPlan.md @@ -20,6 +20,7 @@ __请求参数__ | :-- | :-- | :-- | :-- | | profile | string | 是 | 厂区代码 | | ordNo | string | 是 | 计划单号(通知单号) | +| businessType | long | 是 | 业务类型 1发货 2退货 | | power | decimal | 否 | 功率 | | currentGrade | string | 否 | 电流挡 | | finalGrade | string | 否 | 最终等级 | @@ -64,6 +65,7 @@ __请求示例__ "data":{ "profile":"测试", "ordNo":"", + "businessType":1, "power":550, "currentGrade":"", "finalGrade":"A",