huliguo
9 天以前 f0e40a7b64d1285cc9c1f2dff532a22964664de1
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.domain.Agreement;
import com.ruoyi.system.domain.Qichacha;
import com.ruoyi.system.pojo.vo.QichachaStatisticsVO;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface QichachaMapper extends BaseMapper<Qichacha> {
    QichachaStatisticsVO qichacha();
}