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:04
|
|
*/
|
|
public class OrderValidator {
|
|
|
|
public OrderValidator(){
|
|
|
|
}
|
|
|
|
public void finalize() throws Throwable {
|
|
|
|
}
|
|
/**
|
|
*
|
|
* @param s
|
|
*/
|
|
public boolean validate(order: Order s){
|
|
return false;
|
|
}
|
|
}//end OrderValidator
|