public class Product { public string Name { get; set; } public Status Status { get; set; } } public enum Status { Normal, Warning, Error }.
確定! 回上一頁