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