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