仪表盘
版本库
文件存储
活动
搜索
登录
IStation
/
shys/Service.Ch.V1.0
成行
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
代码修改
ningshuxia
2024-03-20
785c92f5078cb7aeb05b13f6da627defb6525b36
[IStation/shys/Service.Ch.V1.0.git]
/
IStation.Service.Core
/
7-utils
/
1-unit
/
浊度
/
eUnitTU.cs
1
2
3
4
5
6
7
8
9
10
namespace IStation.Unit
{
/// <summary>
/// 浊度单位枚举
/// </summary>
public enum eUnitTU
{
NTU = 0,
}
}