package com.ediagnosis.cdr.dataCollect; //todo: 待完善的业务行为 public interface CollectService { void run(); Object call(); }