using System.ComponentModel.DataAnnotations; namespace Kingo.Plugin.BGResultManager.Model { public class DYEntity { [Key] public int OBJECTID { get; set; } public int FID_YJJBNTTB { get; set; } public double TBMJ { get; set; } } }