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