燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-05-19 3d2350a16eaf71c67d1de4cfa82751e775961aab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.yssh.dao;
 
import com.yssh.entity.Qxsh;
import org.apache.ibatis.annotations.Mapper;
 
import java.util.List;
 
/**
 * @author WWW
 * @date 2023-05-18
 * QxshMapper
 */
@Mapper
public interface QxshMapper {
    public List<Qxsh> selectByTime(String time);
 
    public List<Qxsh> selectMonthTop10(String time);
}