1
z8018
2 天以前 6e7f192546903b04d2d37e852dd9b248e938c790
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/TaskPosition.cs
@@ -8,6 +8,10 @@
{
    public class TaskPosition
    {
        public string TakePosition { get; set; }
        public string PutPosition { get; set; }
        public int TakePositionX { get; set; }
        public int TakePositionY { get; set; }
@@ -39,5 +43,7 @@
        public int PositionY { get; set; }
        public int PositionZ { get; set; }
        public int Edge { get; set; }
    }
}