yangyin
2024-10-24 ba3e800c55d6406a424e16b8c835c8c37de0ad02
1
2
3
4
5
6
7
8
9
export enum WarningEnum {
    Expert = 'expert',
    Series = 'series',
}
 
export enum ChartDomIds {
    leftChart = 'chartLeftRecord',
    rightChart = 'chartRightRecord',
}