using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; #region << 版 本 注 释 >> /*-------------------------------------------------------------------- * 版权所有 (c) 2026 WenJY 保留所有权利。 * CLR版本:4.0.30319.42000 * 机器名称:T14-GEN3-7895 * 命名空间:Sln.Wcs.HikRoBotSdk.Dto.GenAgvSchedulingTask * 唯一标识:2edaa5c5-0df6-4f36-8764-86f0ca2070da * * 创建者:WenJY * 电子邮箱: * 创建时间:2026-02-25 14:54:19 * 版本:V1.0.0 * 描述: * *-------------------------------------------------------------------- * 修改人: * 时间: * 修改说明: * * 版本:V1.0.0 *--------------------------------------------------------------------*/ #endregion << 版 本 注 释 >> namespace Sln.Wcs.HikRoBotSdk.Dto.GenAgvSchedulingTask { public class Position { /// /// 货架编号,不指定货架可以为空 /// public string positionCode { get; set; } /// /// 货架类型, 传空时表示随机找个货架 /// public string type { get; set; } } }