1
z8018
2025-05-06 7da6f394864ba0412c1ac58ba7752862de7d3f3d
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_OrderContainer.cs
@@ -27,6 +27,9 @@
        [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "容器编号")]
        public string ContainerCode { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "最大长度")]
        public int MaxLength { get; set; }
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "备注")]
        public string Remark { get; set; }
    }