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