燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-05-18 37c298b6027352872cb72cffa254442a6aa7b2b0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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);
}