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