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