namespace WIDESEA_IStorageBasicService; public interface IDt_WheelsStockService : IService { Dt_WheelsStock GetSelectionWheelsStock(List wheelsStocks, Dt_SelectionStandards selectionStandards, Dt_CZInfo_mes CZInfo_Mes,string wheelsPosition,string newOrOld,int xuanpeicount); Dt_WheelsStock_Old GetSelectionWheels(List wheelsStocks, Dt_SelectionStandards selectionStandards, Dt_CZInfo_mes CZInfo_Mes, string wheelsPosition, string newOrOld, string wheelsProps); WebResponseContent InventoryStatistics(); WebResponseContent UpdateInventoryStatue(); }