dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
test
沈斌
2018-05-08
b9baa2c78a067e9e67c7c824a28c8fd36682ecc8
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
entity
/
charts
/
PairData.java
1
2
3
4
5
6
7
8
9
package com.moral.entity.charts;
import lombok.Data;
@Data
public class PairData {
private String category ;
private Double Value;
}