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