Commit c4a59042 authored by lisong's avatar lisong

更新

parent ef9cb4df
package com.yeejoin.amos.boot.module.elevator.api.service;
import com.yeejoin.amos.boot.module.elevator.api.entity.AlertRescueStatistics;
import java.util.List;
/**
* 接口类
*
* @author system_generator
* @date 2023-11-07
*/
public interface IAlertRescueStatisticsService {
void statisticalGeneration();
List<AlertRescueStatistics> getList(String date);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment