潘志宝
3 天以前 3903c6f4ef7f5fa7dd931bbffc51d0ce0d6f0af1
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);
}