摘要: 一、定义public class MyItem: IValidatableObject { [Key] public long Id { get; set; }[Range(0, 100, ErrorMessage = "企业客户收入占比必须在0-100之间")]p... 阅读全文