dashboard
repositories
filestore
activity
search
login
main
/
beauty-erp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
分销订单0317
xiaoyong931011
2021-03-17
d9afe8912d7f5d832eec7fc7b010f9cf9ed026e5
[beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
system
/
hive
/
plugin
/
util
/
echart
/
EchartUtils.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.matrix.system.hive.plugin.util.echart;
import java.util.List;
public class EchartUtils {
public static EchartForm toEcharForm(List<EchartBean> list){
return null;
}
}