forked from erp-dev/erp
feat: added remark field into shipment module
This commit is contained in:
@@ -190,6 +190,7 @@
|
||||
|------|------|------|------|
|
||||
| style_name | string | 是 | 款式名称 |
|
||||
| num_of_rolls | int | 是 | 卷数 |
|
||||
| remark | string | 否 | 备注(可空) |
|
||||
|
||||
### 请求示例
|
||||
|
||||
@@ -200,7 +201,7 @@
|
||||
"remark": "external 备注(可选)",
|
||||
"external_id": "EXT-ORDER-001",
|
||||
"external_finished_products": [
|
||||
{"style_name": "款式A", "num_of_rolls": 2},
|
||||
{"style_name": "款式A", "num_of_rolls": 2, "remark": "A备注"},
|
||||
{"style_name": "款式B", "num_of_rolls": 5}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user