using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using LeaRun.Application.Service.NBManage; namespace LeaRun.Application.Busines.NBManage { public class ReSetReportNumBLL { ReSetReportNumService service = new ReSetReportNumService(); public string SendCommand(string id, string addr, string IOT_Code, string retryNum) { return service.SendCommand(id,addr,IOT_Code,retryNum); } } }