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; } }