admin
2018-12-18 498baaf2883033c08f09d2999cea96e1d4fbb4c4
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}