admin
2019-02-28 d849e3a1abb07f459d6394adc6b69e7c6e7aeb63
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}