yujian
2019-05-28 0f1956744f512d9e786126b3584661fbf9c71b77
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}