From 960b33fa24c47a330e51a2c24859d681ae62caeb Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期四, 16 四月 2026 10:09:49 +0800 Subject: [PATCH] 重构任务与库存模型,增强日志管理与区域接口 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/GlobalUsing.cs | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/GlobalUsing.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/GlobalUsing.cs index 0743ed0..4cab7bc 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/GlobalUsing.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/GlobalUsing.cs @@ -7,12 +7,17 @@ global using WIDESEA_IStorageTaskServices; global using WIDESEA_IStorageTaskRepository; global using WIDESEA_Model.Models; -global using WIDESEA_IBusinessServices; global using WIDESEA_IBusinessesRepository; -global using WIDESEA_Repository; global using WIDESEA_IStorageBasicRepository; -global using WIDESEA_IStorageBasicService; global using LogLibrary.Log; global using Newtonsoft.Json; global using WIDESEA_Common; -global using WIDESEA_DTO; \ No newline at end of file +global using WIDESEA_DTO; +global using Mapster; +global using Masuit.Tools; +global using SqlSugar; +global using System.Linq.Expressions; +global using WIDESEA_Core.Const; +global using WIDESEA_DTO.WMS; +global using WIDESEA_IServices; +global using WIDESEAWCS_BasicInfoRepository; \ No newline at end of file -- Gitblit v1.9.3