Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
@@ -122,4 +122,10 @@ [SugarColumn(ColumnName = "Level", ColumnDescription = "包装级别", Length = 3)] public string? Level { get; set; } /// <summary> /// 包装数量 /// </summary> [SugarColumn(ColumnName = "QtyCount", ColumnDescription = "包装数量", Length = 3)] public int? QtyCount { get; set; } }