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