using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HybirdFrameworkEntity { public class CMD1005 { /// /// 文件长度 /// 单位 BYTE /// public uint FileLength { get; set; } } }