add:发货新增扩展字段

This commit is contained in:
2024-06-21 18:04:20 +08:00
parent 6aa375f195
commit 387f5a77f8
2 changed files with 9 additions and 0 deletions

View File

@@ -140,4 +140,10 @@ public class AcsTaskDto {
private String barcode;
/**
* 发货任务下发货叉宽度
*/
private String expandWidthLength;
}