using System.ComponentModel.DataAnnotations; namespace CK.SCP.Models.UniApiEntity { public partial class xxDiMaxes_Po { [Key] public int UID { get; set; } public int Di_Batchno { get; set; } } }