啊鑫
2024-11-22 f3dc5a68b4a1fc350b37cab87fd3a2507aee6f47
entity/MesQaItemsDetectDetail12.cs
@@ -1,18 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using SqlSugar;
using SqlSugar;
namespace NewPdaSqlServer.entity
{
namespace NewPdaSqlServer.entity;
    /// <summary>
    ///
    ///</summary>
    [SugarTable("MES_QA_ITEMS_DETECT_DETAIL12")]
    public class MesQaItemsDetectDetail12
    {
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)]
        public Guid Guid { get; set; }
@@ -48,7 +43,6 @@
        public string? ItemBarcode { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "create_date")]
        public DateTime? CreateDate { get; set; }
@@ -66,11 +60,9 @@
        public string? LastupdateBy { get; set; }
        /// <summary>
        ///
        ///</summary>
        [SugarColumn(ColumnName = "create_by")]
        public string? CreateBy { get; set; }
        [SugarColumn(IsIgnore = true)] public int? count { get; set; }
    }
}