yujian
2019-02-27 b3fce41f7960a21c707788aa87448c3e4de82da9
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}