喻健
2018-11-13 6feaf1324e207ebee22d0e263a8f32061b8374bf
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.service.inter.goods;
 
import com.yeshi.fanli.entity.taobao.TaoBaoLink;
 
public interface TaoBaoLinkService {
 
    TaoBaoLink find(long auctionId, com.yeshi.fanli.entity.system.System system);
 
    void save(TaoBaoLink tbk);
 
}