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