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.
 
 
 
 
 

79 lines
2.1 KiB

using System;
using System.ComponentModel.DataAnnotations;
namespace CK.SCP.Models.UniApiEntity
{
public partial class xxqad_sod_det
{
[Key]
public int xxqad_sod_uid { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(50)]
public string xxqad_sod_seq { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(8)]
public string xxqad_sod_order { get; set; }
public int xxqad_sod_line { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(8)]
public string xxqad_sod_domain { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(8)]
public string xxqad_sod_cust { get; set; }
[StringLength(18)]
public string xxqad_sod_part { get; set; }
[StringLength(48)]
public string xxqad_sod_desc { get; set; }
public decimal xxqad_sod_price { get; set; }
[StringLength(50)]
public string xxqad_sod_shipto { get; set; }
[StringLength(2)]
public string xxqad_sod_um { get; set; }
[StringLength(8)]
public string xxqad_sod_site { get; set; }
[StringLength(8)]
public string xxqad_sod_pllist { get; set; }
[StringLength(8)]
public string xxqad_sod_loc { get; set; }
[StringLength(10)]
public string xxqad_sod_qty_std { get; set; }
[StringLength(1)]
public string xxqad_sod_qadread { get; set; }
[StringLength(1)]
public string xxqad_sod_wmsread { get; set; }
[StringLength(1)]
public string xxqad_sod_scmread { get; set; }
[StringLength(1)]
public string xxqad_sod_mesread { get; set; }
public string xxqad_sod_rmks { get; set; }
public DateTime? xxqad_sod_createdt { get; set; }
[StringLength(8)]
public string xxqad_sod_createur { get; set; }
public DateTime? xxqad_sod_updatedt { get; set; }
[StringLength(8)]
public string xxqad_sod_updateur { get; set; }
}
}