啊鑫
2024-11-22 f3dc5a68b4a1fc350b37cab87fd3a2507aee6f47
entity/MesInvItemInCDetails.cs
@@ -1,7 +1,7 @@
using SqlSugar;
namespace NewPdaSqlServer.entity
{
namespace NewPdaSqlServer.entity;
    /// <summary>
    /// 物料入库条码明细
    ///</summary>
@@ -9,7 +9,6 @@
    public class MesInvItemInCDetails
    {
        /// <summary>
        ///
        /// 默认值: (newid())
        ///</summary>
        [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)]
@@ -375,8 +374,7 @@
        [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; }
        // 添加的字段,并且它们不属于数据库表
@@ -387,5 +385,4 @@
        [SugarColumn(IsIgnore = true)] public string? ItemUnit { get; set; }
        [SugarColumn(IsIgnore = true)] public decimal? SumQuantity { get; set; }
    }
}