喻健
2018-11-16 a839e507e0cbba64499f270a719d0a2ceb351988
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}