wxr
2024-08-13 e76381c3393d284f3f8ab61930cb6b71f18b2d6b
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON_Android.Aliyu
{
    public enum Level
    {
        high,//高
        middle,//中
        low//低
    }
}