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