blob: 913499f11a5d7e8c6d901e5b4697f34fd84cc3ca [file] [log] [blame]
package com.alibaba.dubbo.test.service;
import com.alibaba.dubbo.test.dto.Bait;
/**
* Created by ken.lj on 2017/9/8.
*/
public interface CatService {
void eat(Bait bait);
void getName();
}