dashboard
repositories
filestore
activity
search
login
main
/
beauty-erp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增退款提醒
935090232@qq.com
2021-05-16
8cb00712d4a5168ef08e4f0a959d2e77a1cd6d08
[beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
system
/
hiveErp
/
analysUtil
/
Caculate.java
1
2
3
4
5
6
7
8
9
10
package com.matrix.system.hiveErp.analysUtil;
import java.util.List;
import java.util.Map;
/**
* 明细数值计算器
*/
public interface Caculate<T> {
public Map<String, T> exec(List<StatisticsTimeDaoParam> timeSpaceParam , Long shopId, Long companyId);
}