zhenghao 1 month ago
parent
commit
b617e6b5c4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/java/com/horizon/wf/core/rule/purPayRefundRule.java

+ 1
- 1
src/main/java/com/horizon/wf/core/rule/purPayRefundRule.java View File

18
  * 合同业务相关的事件触发器
18
  * 合同业务相关的事件触发器
19
  * 用于更新合同状态
19
  * 用于更新合同状态
20
  */
20
  */
21
-public class purPayReqRule extends BaseRuleImpl implements IBaseRule {
21
+public class purPayRefundRule extends BaseRuleImpl implements IBaseRule {
22
 
22
 
23
     /**
23
     /**
24
      * 具体的实现,参考下面方法中的说明,所有的实现都差不多结构,
24
      * 具体的实现,参考下面方法中的说明,所有的实现都差不多结构,

Loading…
Cancel
Save