| | |
| | | public class XhsPumpPhartMappingExtensionsStd : HStation.CAL.IXhsPumpPhartMappingExtensionsStd |
| | | { |
| | | private readonly HStation.CAL.IXhsPumpPhartMappingExtensionsStd _cal = CALCreateHelper.CreateCAL<HStation.CAL.IXhsPumpPhartMappingExtensionsStd>(); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 通过 PumpID 获取 |
| | | /// </summary> |
| | | public async Task<List<XhsPumpPhartMappingExtensionsStdDto>> GetByPumpID(long PumpID) |
| | | { |
| | | return await _cal.GetByPumpID(PumpID); |
| | | return await _cal.GetByPumpID(PumpID); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public async Task<XhsPumpPhartMappingExtensionsStdDto> GetDefaultByPumpID(long PumpID) |
| | | { |
| | | return await _cal.GetDefaultByPumpID(PumpID); |
| | | } |
| | | return await _cal.GetDefaultByPumpID(PumpID); |
| | | } |
| | | |
| | | |
| | | } |