dengjunjie
2025-10-24 101a25491c535c5fd4173e7f002aea57986512f6
新建文件夹/WIDESEA_WMSServer/ClassLibrary1/IInventoryInfoService.cs
@@ -14,6 +14,6 @@
    public interface IInventoryInfoService : IService<Dt_InventoryInfo>
    {
        IRepository<Dt_InventoryInfo> Repository { get; }
        public ApiResponse<Dt_InventoryInfo> OrderFeedback(EdiOrderCallbackRequest request);
    }
}