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