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
474 B
35 lines
474 B
package 订单审批工作流;
|
|
|
|
|
|
/**
|
|
* @author 方初阳
|
|
* @version 1.0
|
|
* @created 23-10月-2025 19:43:53
|
|
*/
|
|
public class TypeRule implements ApprovalRule {
|
|
|
|
private String targetType;
|
|
|
|
public TypeRule(){
|
|
|
|
}
|
|
|
|
public void finalize() throws Throwable {
|
|
|
|
}
|
|
/**
|
|
*
|
|
* @param targetType
|
|
*/
|
|
public void TypeRule(targetType:String targetType){
|
|
|
|
}
|
|
|
|
/**
|
|
*
|
|
* @param order
|
|
*/
|
|
public void validate(order:Order order){
|
|
|
|
}
|
|
}//end TypeRule
|