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