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