| | |
| | | using Mapster; |
| | | using Yw.DAL.Basic; |
| | | using Yw.Dto; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | public partial class SetValveCoefficientDlg : DevExpress.XtraEditors.XtraForm |
| | | { |
| | |
| | | var allList = new List<Vmo.AssetsValveCoefficientVmo>(); |
| | | foreach (var item in _allBindingList) |
| | | { |
| | | allList.Add(new Vmo.AssetsValveCoefficientVmo { ID = item.ID, Name = item.Name, Caliber = item.Caliber, Material = item.Material, MinorLoss = item.MinorLoss, ValveType = item.ValveType }); |
| | | allList.Add(new Vmo.AssetsValveCoefficientVmo { ID = item.ID, Name = item.Name, Caliber = item.Caliber, Material = item.Material, MinorLoss = item.MinorLoss }); |
| | | } |
| | | if (await _bll.DeleteAll()) |
| | | { |