From fa9f16425917cbf3ea5524120dbe004f091745e3 Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期三, 23 七月 2025 08:37:07 +0800 Subject: [PATCH] 采购订单接口添加孙表,存储关于采购订单计划行的数据 --- StandardPda/MESApplication/Controllers/BasicData/MesItemsController.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/StandardPda/MESApplication/Controllers/BasicData/MesItemsController.cs b/StandardPda/MESApplication/Controllers/BasicData/MesItemsController.cs index 05acb5e..5c4d4d5 100644 --- a/StandardPda/MESApplication/Controllers/BasicData/MesItemsController.cs +++ b/StandardPda/MESApplication/Controllers/BasicData/MesItemsController.cs @@ -1,6 +1,5 @@ 锘縰sing System.Dynamic; using Masuit.Tools; -using MES.Service.Dto.service; using MES.Service.Dto.webApi; using MES.Service.Modes; using MES.Service.service; @@ -23,7 +22,7 @@ private readonly string TableName = "MES_ITEMS"; private readonly string URL = "http://localhost:10054/api/MesItems/"; - + [HttpPost("Save")] public ResponseResult Save(ErpItems unit) { -- Gitblit v1.9.3