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/DeviceInfoRepository.cs | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/AgvStationRepository.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Repository/DeviceInfoRepository.cs" similarity index 64% copy from "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/AgvStationRepository.cs" copy to "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Repository/DeviceInfoRepository.cs" index efaf2de..0adcdd6 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/AgvStationRepository.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Repository/DeviceInfoRepository.cs" @@ -1,10 +1,10 @@ 锘�#region << 鐗� 鏈� 娉� 閲� >> /*---------------------------------------------------------------- - * 鍛藉悕绌洪棿锛歐IDESEAWCS_TaskInfoRepository + * 鍛藉悕绌洪棿锛歐IDESEAWCS_QuartzJob * 鍒涘缓鑰咃細鑳$搴� * 鍒涘缓鏃堕棿锛�2024/8/2 16:13:36 * 鐗堟湰锛歏1.0.0 - * 鎻忚堪锛� + * 鎻忚堪锛氳澶囦俊鎭粨鍌ㄥ疄鐜板眰 * * ---------------------------------------------------------------- * 淇敼浜猴細 @@ -21,15 +21,14 @@ using System.Text; using System.Threading.Tasks; using WIDESEAWCS_Core.BaseRepository; -using WIDESEAWCS_ISystemRepository; -using WIDESEAWCS_Model.Models; -using WIDESEAWCS_Model.Models.System; -namespace WIDESEAWCS_SystemRepository +using WIDESEAWCS_QuartzJob.Models; + +namespace WIDESEAWCS_QuartzJob.Repository { - public class AgvStationRepository : RepositoryBase<AGVStation>, IAgvStationRepository + public class DeviceInfoRepository : RepositoryBase<Dt_DeviceInfo>, IDeviceInfoRepository { - public AgvStationRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) + public DeviceInfoRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) { } } -- Gitblit v1.9.3