package com.bcxin.survey.service.common;

public interface ScheduleService {

	void syncUnCompleteTask();

	void syncUnCompleteMaterialTask();

}