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