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