yujian
2019-01-10 70dccaec50b8e3f0182af9fae1c52c600d32e775
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}