admin
2018-12-04 61215ce3f221573d0338e3c275f7e7f463e70aa9
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}