You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|