啊鑫
2024-11-22 f3dc5a68b4a1fc350b37cab87fd3a2507aee6f47
entity/MesQaItemsDetect01.cs
@@ -1,22 +1,19 @@
using SqlSugar;
namespace NewPdaSqlServer.entity
{
namespace NewPdaSqlServer.entity;
    /// <summary>
    ///
    ///</summary>
    [SugarTable("MES_QA_ITEMS_DETECT_01")]
    public class MesQaItemsDetect01
    {
        /// <summary>
        ///
        /// 默认值: (newid())
        ///</summary>
        [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)]
        public Guid Guid { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "about_Guid")]
        public Guid? AboutGuid { get; set; }
@@ -64,7 +61,6 @@
        public string SuppId { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "fng_desc")]
        public string FngDesc { get; set; }
@@ -76,7 +72,6 @@
        public string FcheckResu { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "freview")]
        public string Freview { get; set; }
@@ -154,19 +149,16 @@
        public int? Modify1Flag { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "modify1_by")]
        public string Modify1By { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "modify1_date")]
        public DateTime? Modify1Date { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "factory")]
        public string Factory { get; set; }
@@ -256,13 +248,11 @@
        public int? Fversion { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "company")]
        public string Company { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "fsecond_resu")]
        public string FsecondResu { get; set; }
@@ -393,5 +383,4 @@
        ///</summary>
        [SugarColumn(ColumnName = "remarks")]
        public string Remarks { get; set; }
    }
}