admin
2020-07-22 73a3d86a47d8da711b609cd224c63526f7d00f9b
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}