fengxiang
2018-09-27 3c3f6b4816efe48645866a6ebc1581eb522dc229
1
2
3
4
5
package com.moral.entity.charts;
 
public enum DeviceDimension {
    MONITORPOINT,PROFESSION,NONE;
}