111
啊鑫
2025-03-18 13b875793c17b3eb9437a8d2db65bab04f027e39
StandardPda/MES.Service/Modes/MesQaItemsDetect01.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>
@@ -12,7 +9,6 @@
    public class MesQaItemsDetect01
    {
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
        public decimal Id { get; set; }
@@ -162,7 +158,6 @@
        public DateTime? Modify1Date { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "FACTORY")]
        public string Factory { get; set; }
@@ -252,13 +247,11 @@
        public decimal? Fversion { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "COMPANY")]
        public string Company { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "FSECOND_RESU")]
        public string FsecondResu { get; set; }
@@ -484,5 +477,4 @@
        ///</summary>
        [SugarColumn(ColumnName = "SJ_NO")]
        public string SjNo { get; set; }
    }
}