wuzeyu
2024-08-20 3b2dd525e6cb8ed89fa36edc61b1e1a0d09120a5
1
2
3
4
5
6
7
8
9
10
11
package com.dy.common.mw.protocol;
 
/**
 * action类对象的执行类接口定义
 * @author Administrator
 *
 */
public interface MidResultAction {
 
    void doAction(MidResult result) ;
}