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