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