From a50fb2af1d614e5651eeb2f063703b95dc81a5f7 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期五, 13 十二月 2024 21:21:15 +0800 Subject: [PATCH] 生产领料单的扫码接口,待扫物料和已扫物料的展示接口,条码拆分的接口 --- Controllers/LoginController.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Controllers/LoginController.cs b/Controllers/LoginController.cs index ae59ab9..edb595b 100644 --- a/Controllers/LoginController.cs +++ b/Controllers/LoginController.cs @@ -1,7 +1,6 @@ 锘縰sing System.Dynamic; using Microsoft.AspNetCore.Mvc; using NewPdaSqlServer.Dto.@base; -using NewPdaSqlServer.service; using NewPdaSqlServer.service.@base; using NewPdaSqlServer.util; using Newtonsoft.Json.Linq; -- Gitblit v1.9.3