add:增加二次分配代码逻辑

This commit is contained in:
2024-06-21 11:40:03 +08:00
parent 810e8bb510
commit a9d3f7d1cc
2 changed files with 36 additions and 6 deletions

View File

@@ -51,6 +51,13 @@ public class AcsTaskDto {
* Agv系统类型
*/
private String agv_system_type;
/**
* agv二次分配类型1、普通任务 2、取货二次分配 3、放货二次分配 4、取放货二次分配
*/
private String agv_action_type;
/**
* 备注
*/