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