namespace WIDESEAWCS_Common { public class RobotConst { /// /// 任务总数上限 /// /// /// 当机器人处理的货物数量达到此上限时,不再下发新任务。 /// 防止机器人过度劳累或系统过载。 /// public const int MaxTaskTotalNum = 48; } }