1
z8018
2025-04-16 1f361850d35ba47225951efbc49d592eea685cf8
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_OrderContainer.cs
@@ -1,5 +1,5 @@

using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -27,7 +27,10 @@
        [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "容器编号")]
        public string ContainerCode { get; set; }
        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "备注")]
        [SugarColumn(IsNullable = false, ColumnDescription = "最大长度")]
        public int MaxLength { get; set; }
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "备注")]
        public string Remark { get; set; }
    }
}