啊鑫
2024-08-21 6f666ab6b8515ed988646ff1a9161f2f7eb6ee12
MES.Service/Modes/MesInvItemBarcodes.cs
@@ -1,10 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using SqlSugar;
using SqlSugar;
namespace MES.Service.Modes
{
namespace MES.Service.Modes;
    /// <summary>
    /// 物料条码表
    ///</summary>
@@ -14,7 +11,8 @@
        /// <summary>
        /// SEQ_BARCODE_PSN_ID 
        ///</summary>
        [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_EQBASE",
        IsPrimaryKey = true)]
        public decimal Id { get; set; }
        /// <summary>
@@ -496,5 +494,4 @@
        ///</summary>
        [SugarColumn(ColumnName = "ORG_OWNER")]
        public string OrgOwner { get; set; }
    }
}