using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_DTO { /// /// 修改库位的区域 /// public class EditreacklocationGALAXIS { /// /// 请求时间戳 /// public string timestamp { get; set; } /// /// 容器编码数组 /// public string[] locationNos { get; set; } /// /// 修改后的区域号 /// public string area { get; set; } /// /// 容器原有库区,默认“cg” /// public string district { get; set; } } }