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