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