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