package com.qianwen.core.notify; public interface NotifyType { String getId(); String getName(); }