dengzedong
2 天以前 66782b7ba787a92b54640cbab0ebd201f0ad9e51
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.iailab.module.model.mcs.pre.service;
 
import java.util.Date;
import java.util.List;
 
/**
 * @author PanZhibao
 * @Description
 * @createTime 2024年11月14日
 */
public interface MmItemResultLastPointService {
 
    List<Object[]> getData(String outputid, Date startTime, Date endTime, String timeFormat);
}