qinchulong
2025-03-07 557f8dcdcb3178260bf04921fb361db401235568
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/dt_outstockinfo.cs
@@ -21,5 +21,11 @@
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "是否出库")]
        public int isout { get; set; }
        /// <summary>
        /// 1先入库  2直接从入库口取货到出库口
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "是否出库")]
        public int InOut { get; set; }
    }
}