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