package com.yihu.quota.etl.formula; /** * @author l4qiang */ public interface Functioner { Object execute(Object... args) throws Exception; }