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