Administrator
2020-02-24 898bf7fa7eb1ba538d0af7f3c8f016dd29c4ac2c
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}