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