服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-12 ad0d339452923d38d47ff63b8d5bbcf8efd0923c
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;
                }
                //保存到数据库