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