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