仪表盘
版本库
文件存储
活动
搜索
登录
IStation
/
shys/Service.Ch.V1.0
成行
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
现在算法内容
ningshuxia
2024-04-09
51730f13db4aa7e353be3c8133e8429bf19ea3b1
[IStation/shys/Service.Ch.V1.0.git]
/
WebApi
/
IStation.Service.Core
/
7-utils
/
1-unit
/
频率
/
eUnitHZ.cs
1
2
3
4
5
6
7
8
9
10
namespace IStation.Unit
{
/// <summary>
/// 频率单位枚举
/// </summary>
public enum eUnitHZ
{
hz = 0, //赫兹
}
}