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