duheng
2024-12-04 7079cbb505471a8d3251cac4e27c7a3841f8e656
BLL/HStation.BLL.Assets.Core/04-bll/15-Tank/03-TankCoefficient/AssetsTankCoefficient.cs
@@ -38,6 +38,13 @@
            return Dto2Vmos(dtoList);
        }
        public async Task<List<Vmo.AssetsTankCoefficientVmo>> GetByMainID(long ID)
        {
            var DtoList = await _cal.GetByMainID(ID);
            var vmoList = Dto2Vmos(DtoList);
            return vmoList;
        }
        #endregion Query
        #region Insert