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