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