using System.ComponentModel.DataAnnotations; namespace CRM.Core.Model.Entity { public class wx_excludeorder { [Key] public int orderid { get; set; } } }