zm
2020-05-18 a18bfacbf56b401f6e0fdae8710fbca4df8cff77
commit | author | age
a18bfa 1 package com.changhong.epc.count.service.count.execution;
Z 2
3 import java.util.Set;
4
5 import com.changhong.epc.bean.count.MasterInfo;
6 import com.changhong.epc.bean.tenant.norm.extend.AppStanderExtend;
7
8 public interface DefCountCore {
9
10     /**
11      * 核心维度比较
12      * @Title: countCore
13      * @param @param all
14      * @param @param sbi
15      * @param @param asd
16      * @param @return    设定文件
17      * @return Object    返回类型
18      * @throws
19      */
20     public Boolean countCore(AppStanderExtend row, Set<MasterInfo> all);
21     
22     
23 }
24