fengxiang
2018-06-09 81cc95bee24b88d28cd5f0a97c689384c4ab1b81
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;
}