yujian
2020-04-26 7c74ee47c3f1ec69b9494d363621f43ad8b9c640
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}