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