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