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