using Casic.Birmm.RbFreqStandMeasure.R_DataBase.Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Casic.Birmm.RbFreqStandMeasure.R_DataBase.Service { interface CounterDataService { int add(string deviceId, string deviceModel, string channl, string outValue, string checkValue, string volTage, DateTime checkTime); } }