yujian
2019-04-12 756f06e0eabe2e54728036ed9c3f91263fb91855
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}