zhuguifei
2026-03-10 58402bd5e762361363a0f7d7907153c77dbb819f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.shlanbao.tzsc.base.dao;
 
import java.util.Hashtable;
 
import com.shlanbao.tzsc.base.mapping.CosIncompleteCoefficient;
 
/**
 * @ClassName: CosIncompleteCoefficientDaoI 
 * @Description: 参演是考核系数管理
 * @author luo
 * @date 2015年1月22日 下午1:52:22 
 *
 */
public interface CosIncompleteCoefficientDaoI extends BaseDaoI<CosIncompleteCoefficient> {
 
    public Hashtable<String,Double> queryModulusHT();
}