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