Zhang-Hong-Lin
8 天以前 232cdf071bfe3bd2b77ba05accba89b67fcc1edc
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/dt_batchInfo.cs
@@ -21,13 +21,19 @@
        public int Id { get; set; }
        /// <summary>
        /// æ‰¹æ¬¡å·
        /// å…¥åº“批次号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "批次号")]
        public string Batch { get; set; }
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "入库批次号")]
        public string InBatch { get; set; }
        /// <summary>
        /// ç‰©æ–™ä¿¡æ¯ï¼Œè‡ªäº§æˆ–外购
        /// å‡ºåº“批次号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "出库批次号")]
        public string OutBatch { get; set; }
        /// <summary>
        /// ç‰©æ–™ä¿¡æ¯ï¼Œè‡ªäº§æˆ–外购 0自产 1外购
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "物料信息,自产或外购")]
        public int materType { get; set; }