dengjunjie
3 天以前 b52018589bf6c7ec1d51ce8ad000a7aa993b0ab5
´úÂë¹ÜÀí/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ScanStation.cs
@@ -36,61 +36,28 @@
        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; }
    }
}
}