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