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