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