ZhuDongming
2019-08-19 1a287e90e648f6f8340e75f5793ebf3d92864fe0
1
2
3
4
5
package com.moral.entity.charts;
 
public enum DeviceDimension {
    MONITORPOINT,PROFESSION,NONE;
}