package com.artfess.base.trans.other;

/**
 * @ClassName RSuccess
 * @Author jiahong.xing
 * @Date 2020/8/18 17:21
 * @Description 执行函数，返回boolean
 */
public interface RSuccess {

    boolean rsuccess();
}
