yujian
2019-03-13 1a89a80dafd7842653087ff40c0fec8594df69b6
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}