dengjunjie
2025-10-24 89e2243271a81bd6a11612b95d986f0972b6a08e
新建文件夹/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);
    }
}