yujian
2020-04-26 4a901a88c00c4c48d5b6f4fef55de2a2fd82749a
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}