admin
2020-05-14 235921d820f29b04b1e82f6a6f0d4a1957a900ef
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}