IntelligentRecognition/ah-jjsp-service/.svn/pristine/ef/efed6f88e1455e750a54e1be9af...

23 lines
305 B
Plaintext

package com.securityControl.task.service;
public interface TaskService {
/**
* 站班会预警分析
*/
void getAllClassMettingWarn();
/**
* 更新时间
* @param state
* @param nowTime
*/
void updateTask(String code,String state, String nowTime);
}