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