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