From f1f29f5329102870476653fa6c6ca42b80226078 Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期五, 07 三月 2025 15:23:44 +0800 Subject: [PATCH] 1 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_VehicleService.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_VehicleService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_VehicleService.cs" index d33db43..5f229ff 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_VehicleService.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_VehicleService.cs" @@ -13,6 +13,7 @@ public interface ISys_VehicleService : IService<Sys_Vehicle> { ISys_VehicleRepository Repository { get; } + IDt_palletRepository _Repository { get; } WebResponseContent GetCachedata(); } -- Gitblit v1.9.3