From e483ac11616ffc9260d8f491fcc0d66f480b5443 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期四, 16 四月 2026 10:12:52 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/LongTu/FangGangAGV --- 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