qinchulong
2025-03-04 6acfe6b52441943b1ceb8468a2235326dad880fe
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/dt_outstockinfo.cs
@@ -17,9 +17,15 @@
        public int Id { get; set; }
        /// <summary>
        /// æ˜¯å¦å‡ºåº“ 0不出库  1出库
        /// æ˜¯å¦å‡ºåº“ 0不出库  1出库   2直接从入库口取货到出库口
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "是否出库")]
        public int isout { get; set; }
        /// <summary>
        /// 1先入库  2直接从入库口取货到出库口
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "是否出库")]
        public int InOut { get; set; }
    }
}