You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

65 lines
1.8 KiB

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; }
}
}