package com.changhong.epc.count.service.count.execution; import java.util.Set; import com.changhong.epc.bean.count.MasterInfo; import com.changhong.epc.bean.tenant.norm.extend.AppStanderExtend; public interface DefCountCore { /** * 核心维度比较 * @Title: countCore * @param @param all * @param @param sbi * @param @param asd * @param @return 设定文件 * @return Object 返回类型 * @throws */ public Boolean countCore(AppStanderExtend row, Set all); }