liudl
2025-01-20 48d66a079c307356997fb400d27907ff6d363b7b
Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
@@ -121,5 +121,11 @@
    /// </summary>
    [SugarColumn(ColumnName = "Level", ColumnDescription = "包装级别", Length = 3)]
    public string? Level { get; set; }
    /// <summary>
    /// 包装数量
    /// </summary>
    [SugarColumn(ColumnName = "QtyCount", ColumnDescription = "包装数量", Length = 3)]
    public int? QtyCount { get; set; }
}