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