啊鑫
2024-11-22 f3dc5a68b4a1fc350b37cab87fd3a2507aee6f47
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; }
}