leiqunqing
2026-02-06 15b3879cd259108e7ebb755fe02c190f28f1e20c
´úÂë¹ÜÀí/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ScanStation.cs
@@ -36,61 +36,85 @@
        public string StationEndProduct { get; set; }
        /// <summary>
        /// é›¶ä»¶æ•°é‡
        /// ç»„装人员
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "零件数量")]
        public int StationComponentQty { get; set; }
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "组装人员")]
        public string AssembleUser { get; set; }
        /// <summary>
        /// é›¶ä»¶1
        /// é¦–件流水号
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件1")]
        public string StationComponent1 { get; set; }
        [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "首件流水号")]
        public string FirstProductSn { get; set; }
        /// <summary>
        /// é›¶ä»¶2
        /// æœ«ä»¶æµæ°´å·
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件2")]
        public string StationComponent2 { get; set; }
        [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "末件流水号")]
        public string LastProductSn { get; set; }
        /// <summary>
        /// é›¶ä»¶3
        /// æ˜¯å¦æ‰«ç 
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件3")]
        public string StationComponent3 { get; set; }
        /// <summary>
        /// é›¶ä»¶4
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件4")]
        public string StationComponent4 { get; set; }
        /// <summary>
        /// é›¶ä»¶5
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件5")]
        public string StationComponent5 { get; set; }
        /// <summary>
        /// é›¶ä»¶6
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件6")]
        public string StationComponent6 { get; set; }
        /// <summary>
        /// é›¶ä»¶7
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件7")]
        public string StationComponent7 { get; set; }
        /// <summary>
        /// é›¶ä»¶8
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件8")]
        public string StationComponent8 { get; set; }
        /// <summary>
        /// é›¶ä»¶9
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件9")]
        public string StationComponent9 { get; set; }
        /// <summary>
        /// é›¶ä»¶10
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件10")]
        public string StationComponent10 { get; set; }
        [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "是否扫码")]
        public int IsScanned { get; set; }
        ///// <summary>
        ///// é›¶ä»¶æ•°é‡
        ///// </summary>
        //[SugarColumn(IsNullable = true, ColumnDescription = "零件数量")]
        //public int StationComponentQty { get; set; }
        ///// <summary>
        ///// é›¶ä»¶1
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件1")]
        //public string StationComponent1 { get; set; }
        ///// <summary>
        ///// é›¶ä»¶2
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件2")]
        //public string StationComponent2 { get; set; }
        ///// <summary>
        ///// é›¶ä»¶3
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件3")]
        //public string StationComponent3 { get; set; }
        ///// <summary>
        ///// é›¶ä»¶4
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件4")]
        //public string StationComponent4 { get; set; }
        ///// <summary>
        ///// é›¶ä»¶5
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件5")]
        //public string StationComponent5 { get; set; }
        ///// <summary>
        ///// é›¶ä»¶6
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件6")]
        //public string StationComponent6 { get; set; }
        ///// <summary>
        ///// é›¶ä»¶7
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件7")]
        //public string StationComponent7 { get; set; }
        ///// <summary>
        ///// é›¶ä»¶8
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件8")]
        //public string StationComponent8 { get; set; }
        ///// <summary>
        ///// é›¶ä»¶9
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件9")]
        //public string StationComponent9 { get; set; }
        ///// <summary>
        ///// é›¶ä»¶10
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件10")]
        //public string StationComponent10 { get; set; }
    }
}
}