潘志宝
2 天以前 af7bd200a95b9fc6b8b3f3fc603d612221e21fc7
提交 | 用户 | 时间
b368e6 1 package com.iailab.module.model.mcs.pre.service;
2
3 import java.util.Date;
4 import java.util.List;
5
6 /**
7  * @author PanZhibao
8  * @Description
9  * @createTime 2024年11月14日
10  */
a955f1 11 public interface MmItemResultLastPointService {
b368e6 12
977edc 13     List<Object[]> getData(String outputid, Date startTime, Date endTime, String timeFormat);
b368e6 14 }