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