任务完成时电梯任务数量减少,预任务生成时电梯任务数量增加

This commit is contained in:
FanLian
2023-07-27 16:45:15 +08:00
parent c54d4e6a4e
commit cd880569bf
5 changed files with 33 additions and 35 deletions

View File

@@ -11,5 +11,6 @@ namespace Tnb.WarehouseMgr.Entities.Entity
string startlocation_id { get; set; }
string endlocation_id { get; set; }
string carry_id { get; set; }
string area_code { get;set; }
}
}