公告板
版本库
filestore
活动
搜索
登录
韦秀桡
/
RongAn
上海荣安地产定制-OnPro
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
备份2
wxr
2023-08-24
e8147ceaf39253db2c9e6cfe023b505f71ec7ba5
[~wxr/RongAn.git]
/
OnPro
/
HDL-ON_Android
/
Aliyu
/
Level.cs
1
2
3
4
5
6
7
8
9
10
using System;
namespace HDL_ON_Android.Aliyu
{
public enum Level
{
high,//高
middle,//中
low//低
}
}