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