admin
2018-12-11 7db3a1c406ed7d3f21ced7742850504fbc9c4c9a
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}