admin
2019-09-19 2b81cf511b3055efc4434d5b7c69938c4ed692d5
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.service.inter.ad;
 
import com.yeshi.fanli.entity.ad.DouYinClickEvent;
 
public interface DouYinClickEventService {
 
    public void save(DouYinClickEvent event);
    
    
    
}