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