服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-07-14 1bcccbe20fc973961418663de789b513784f490c
Tiger.Business.MES/WorkAction/PrintLabel.cs
@@ -109,6 +109,9 @@
                            {
                                case "GetSN":
                                    return CurPosition.CurWipSN.SN;
                                case "GetBAS_ITEM":
                                    var itemInfo = Biz.Db.Queryable<BAS_ITEM>().Where(q => q.ITEM_CODE == CurPosition.CurWipSN.ITEM_CODE).First();
                                    return itemInfo.ToJson();
                                default:
                                    return "";
                            }