blob: 74de994d515a4c355af7b831528a58a2c3d359bf [file] [log] [blame]
package com.alibaba.dubbo.test.service.chain;
/**
* Created by ken.lj on 2017/9/8.
*/
public interface DogService {
void eat(String master);
String getName();
}