啊鑫
2024-11-22 f3dc5a68b4a1fc350b37cab87fd3a2507aee6f47
entity/MesInvItemBarcodes.cs
@@ -1,7 +1,7 @@
using SqlSugar;
namespace NewPdaSqlServer.entity
{
namespace NewPdaSqlServer.entity;
    /// <summary>
    /// 物料条码表
    ///</summary>
@@ -9,7 +9,6 @@
    public class MesInvItemBarcodes
    {
        /// <summary>
        ///
        /// 默认值: (newid())
        ///</summary>
        [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)]
@@ -489,7 +488,6 @@
        public long? ItemId { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "GX_ID")]
        public long? GxId { get; set; }
@@ -505,5 +503,4 @@
        ///</summary>
        [SugarColumn(ColumnName = "supp_id")]
        public string? SuppId { get; set; }
    }
}