服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
2025-03-12 8b6a2cabe0ef6cf2384537f6878964469e256eda
Tiger.Business.WMS/ERP/U9C_WMS.cs
@@ -41,7 +41,7 @@
                    item.Segment5 = barcode.ItemCode;
                    item.PROD_DATE = barcode.DateCode.ToDateTime();
                    item.Unit = barcode.Unit;
                    item.LotNo= barcode.LotNo;
                    item.LotNo= barcode.LotNo.IsNullOrEmpty() ? item.Segment7 : barcode.LotNo;
                }
                //保存到数据库