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