Administrator
2018-10-30 4d2ed56ef49504d90640209c320d61cef8f4ad9c
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}