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