From c54e0666bdd34fbe133fe521bf9d46dd6c0fe53e Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期四, 12 六月 2025 10:33:28 +0800 Subject: [PATCH] 代码提交 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Repository/IDispatchInfoRepository.cs | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/IAgvStationRepository.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Repository/IDispatchInfoRepository.cs" similarity index 71% copy from "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/IAgvStationRepository.cs" copy to "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Repository/IDispatchInfoRepository.cs" index 068a037..da64402 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/IAgvStationRepository.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Repository/IDispatchInfoRepository.cs" @@ -1,10 +1,10 @@ 锘�#region << 鐗� 鏈� 娉� 閲� >> /*---------------------------------------------------------------- - * 鍛藉悕绌洪棿锛歐IDESEAWCS_ITaskInfoRepository + * 鍛藉悕绌洪棿锛歐IDESEAWCS_QuartzJob * 鍒涘缓鑰咃細鑳$搴� * 鍒涘缓鏃堕棿锛�2024/8/2 16:13:36 * 鐗堟湰锛歏1.0.0 - * 鎻忚堪锛� + * 鎻忚堪锛氳皟搴︽湇鍔¢厤缃粨鍌ㄦ帴鍙e眰 * * ---------------------------------------------------------------- * 淇敼浜猴細 @@ -21,13 +21,12 @@ using System.Text; using System.Threading.Tasks; using WIDESEAWCS_Core.BaseRepository; -using WIDESEAWCS_Model.Models; -using WIDESEAWCS_Model.Models.System; -namespace WIDESEAWCS_ISystemRepository +using WIDESEAWCS_QuartzJob.Models; + +namespace WIDESEAWCS_QuartzJob.Repository { - public interface IAgvStationRepository : IRepository<AGVStation> + public interface IDispatchInfoRepository : IRepository<Dt_DispatchInfo> { - } } -- Gitblit v1.9.3