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.

35 lines
496 B

package ;
/**
* @author 方初阳
* @version 1.0
* @created 23-10月-2025 19:43:44
*/
public class AmountRule implements ApprovalRule {
private double threshold;
public AmountRule(){
}
public void finalize() throws Throwable {
}
/**
*
* @param threshold
*/
public void AmountRule(threshold:double threshold){
}
/**
*
* @param order
*/
public boolean validate(order:Order order){
return false;
}
}//end AmountRule