admin
2019-09-17 5eab2b71f0749e9f61fc83d9d7e03553e9fa75ef
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}