1
z8018
2025-05-05 b6837f097e9cdb2645368aed4ddb03f580c331e4
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ContainerItem.cs
@@ -1,5 +1,5 @@

using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -42,7 +42,19 @@
        [SugarColumn(IsNullable = false, ColumnDescription = "Z坐标")]
        public int ItemPositionZ { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "X相对坐标")]
        public int ItemRelaPositionX { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "Y相对坐标")]
        public int ItemRelaPositionY { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "Z相对坐标")]
        public int ItemRelaPositionZ { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "状态")]
        public int ItemStatus { get; set; }
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "状态")]
        public string Remark { get; set; }
    }
}