yujian
2020-04-13 817761e47af7ea7bae164d3aa47337a7442f1c14
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}