package com.njcn.jbsyncdata.service;
public interface IBusinessService {
void queryTelemetryData(String date);
}