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