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