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