using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HybirdFrameworkEntity { public class CMD1002 { /// /// 擦除完成百分比 /// 当为 100%时表示擦除完成 /// public byte ErasurePercentage { get; set; } } }