admin
2019-03-22 a525f3faae1d749ccceefeb10612ab59cf4d9c1d
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}