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