1
z8018
2025-04-16 1f361850d35ba47225951efbc49d592eea685cf8
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ContainerItem.cs
@@ -42,6 +42,15 @@
        [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; }
    }