package 订单处理基础类图; /** * @author hp * @version 1.0 * @created 22-10月-2025 11:16:01 */ public class OrderNotifier { public OrderNotifier(){ } public void finalize() throws Throwable { } /** * * @param s */ public void sendNotification(orderId: String s){ } }//end OrderNotifier