namespace Masuit.Tools.Hardware { /// /// 字节单位枚举 /// enum Unit { B, KB, MB, GB, EB } }