blob: 0af7d868c79026baefb928de24116b7ea0971666 [file] [log] [blame]
package com.webank.wedatasphere.linkis.manager.common.protocol.em;
import com.webank.wedatasphere.linkis.protocol.message.RequestProtocol;
public interface EMRequest extends RequestProtocol {
String getUser();
}