yj
2020-03-14 a4e4101f3e68aaaeea3e280ad89b20818f40f534
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}