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