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