huanghongfeng
2025-04-22 3c75ba788897a524771bfde12feddcc94aaf14c6
1
2
3
4
5
6
7
8
9
namespace WIDESEA_IStorageBasicService;
 
public interface IDt_WheelsStockService : IService<Dt_WheelsStock>
{
 
    Dt_WheelsStock GetSelectionWheelsStock(List<Dt_WheelsStock> wheelsStocks, Dt_SelectionStandards selectionStandards, Dt_CZInfo_mes CZInfo_Mes,string wheelsPosition,string newOrOld);
 
    Dt_WheelsStock_Old GetSelectionWheels(List<Dt_WheelsStock_Old> wheelsStocks, Dt_SelectionStandards selectionStandards, Dt_CZInfo_mes CZInfo_Mes, string wheelsPosition, string newOrOld);
}