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