dashboard
repositories
filestore
activity
search
login
jiangyouyao
/
beauty-erp
forked from
beauty-erp
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
finish api findVipInfoList
Helius
2020-12-22
1de8d61a544e889ef4a8ed86d438f55994216cd1
[~jiangyouyao/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;
}
}