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