using System.ComponentModel.DataAnnotations; namespace CK.SCP.Models.UniApiEntity { public partial class xxerp_MaxbatchNO { [Key] public int xxerp_uid { get; set; } public string tablename { get; set; } public string Remark { get; set; } public int MaxdibatchNO { get; set; } } }