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.

37 lines
503 B

package ;
/**
* @author hp
* @version 1.0
* @created 23-10月-2025 19:02:24
*/
public class Order {
private double amount;
private String orderId;
public Order(){
}
public void finalize() throws Throwable {
}
/**
*
* @param orderId
* @param amount
*/
public void Order(orderId:String orderId, amount:double amount){
}
public double getAmount(){
return 0;
}
public String getOrderId(){
return "";
}
}//end Order