parent
63b51b47f9
commit
048e37664a
@ -0,0 +1,35 @@
|
||||
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
|
||||
Loading…
Reference in new issue