| | |
| | | { |
| | | protected override string Prefix |
| | | { |
| | | get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/Assets/PumpPumpPart"; } |
| | | get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/Assets/PumpPumpPart"; } |
| | | } |
| | | |
| | | public async Task<bool> DeleteEx(long ID) |
| | |
| | | return await GetUrl("GetByPumpMainID@V1.0").Get<List<AssetsPumpPartMainDto>>(paras); |
| | | } |
| | | |
| | | public async Task<long> InsertEx(AddAssetsPumpPartMainInput part, List<AddAssetsPumpPropContentInput> propcontents, AddAssetsPumpMainAndPartMapDto partmap) |
| | | public async Task<long> InsertEx(AddAssetsPumpPartMainInput part, List<AddAssetsPumpPropContentInput> propcontents, AddAssetsPumpMainAndPartMapInput partmap) |
| | | { |
| | | var paras = new List<(string Name, object Value)>() |
| | | { |