using System; using System.ComponentModel.DataAnnotations; namespace CK.SCP.Models.UniApiEntity { public partial class xxqad_sprice_det { [Key] public int xxqad_sprice_uid { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(50)] public string xxqad_sprice_seq { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxqad_sprice_list { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(18)] public string xxqad_sprice_part { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxqad_sprice_domain { get; set; } public DateTime xxqad_sprice_start { get; set; } public DateTime? xxqad_sprice_end { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(3)] public string xxqad_sprice_curr { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(2)] public string xxqad_sprice_um { get; set; } public decimal? xxqad_sprice_amt { get; set; } [StringLength(1)] public string xxqad_sprice_qadread { get; set; } [StringLength(1)] public string xxqad_sprice_wmsread { get; set; } [StringLength(1)] public string xxqad_sprice_scmread { get; set; } [StringLength(1)] public string xxqad_sprice_mesread { get; set; } public string xxqad_sprice_rmks { get; set; } public DateTime? xxqad_sprice_createdt { get; set; } [StringLength(8)] public string xxqad_sprice_createur { get; set; } public DateTime? xxqad_sprice_updatedt { get; set; } [StringLength(8)] public string xxqad_sprice_updateur { get; set; } } }