园区定时数据上传
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
703 B

package com.hxjt.dataupload.mapper;
import com.hxjt.dataupload.model.entity.doubleprevent.*;
import org.apache.ibatis.annotations.CacheNamespace;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.ArrayList;
import java.util.List;
@Mapper
public interface FxfxdxMapper {
ArrayList<Fxfxdx> getFxfxdxs();
ArrayList<Fxfxdx> getZdwxys();
ArrayList<Fxfxdy> getFxfxdys();
ArrayList<Fxsj> getFxsjs();
ArrayList<Fxgkcs> getFxgkcss(@Param("isSingleDay")String isSingleDay);
ArrayList<Yhpcjh> getYhpcjhs(@Param("isSingleDay")String isSingleDay);
List<Yhpcrw> getOneYhpcrwsPage(@Param("isSingleDay")String isSingleDay);
}