From 89802b03b21c3ad2e45a2ac690629189c2036349 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期六, 08 三月 2025 15:31:13 +0800 Subject: [PATCH] 调整结构 --- MESApplication/Controllers/BasicData/MesDeliveryNoteController.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MESApplication/Controllers/BasicData/MesDeliveryNoteController.cs b/MESApplication/Controllers/BasicData/MesDeliveryNoteController.cs index 28ac2b5..109ee0f 100644 --- a/MESApplication/Controllers/BasicData/MesDeliveryNoteController.cs +++ b/MESApplication/Controllers/BasicData/MesDeliveryNoteController.cs @@ -3,6 +3,7 @@ using MES.Service.Modes; using MES.Service.service; using MES.Service.service.BasicData; +using MES.Service.service.BasicData.Sales; using MES.Service.util; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; -- Gitblit v1.9.3