entity/MesInvItemInCItems.cs
@@ -1,7 +1,7 @@ using SqlSugar; namespace NewPdaSqlServer.entity { namespace NewPdaSqlServer.entity; /// <summary> /// 物料入库明细 ///</summary> @@ -9,7 +9,6 @@ public class MesInvItemInCItems { /// <summary> /// /// 默认值: (newid()) ///</summary> [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)] @@ -165,7 +164,5 @@ [SugarColumn(ColumnName = "ITEM_ID")] public long? ItemId { get; set; } [SugarColumn(ColumnName = "SUPP_ID")] public string? SuppId { get; set; } } [SugarColumn(ColumnName = "SUPP_ID")] public string? SuppId { get; set; } }