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.
 
 
 
 
 

47 lines
2.1 KiB

using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace CK.SCP.Models.UniApiEntity
{
public partial class xxqad_ppod_det
{
[Key]
public int xxqad_ppod_uid { get; set; }
public string xxqad_ppod_seq { get; set; }
public string xxqad_ppod_nbr { get; set; }
public int xxqad_ppod_line { get; set; }
public string xxqad_ppod_rev { get; set; }
public string xxqad_ppod_site { get; set; }
public string xxqad_ppod_domain { get; set; }
public string xxqad_ppod_part { get; set; }
public string xxqad_ppod_desc { get; set; }
public string xxqad_ppod_type { get; set; }
public string xxqad_ppod_wolot { get; set; }
public Nullable<decimal> xxqad_ppod_pricum { get; set; }
public Nullable<decimal> xxqad_ppod_reccum { get; set; }
public Nullable<decimal> xxqad_ppod_qty_ord { get; set; }
public decimal xxqad_ppod_qty_std { get; set; }
public System.DateTime xxqad_ppod_due_date { get; set; }
public string xxqad_ppod_loc_um { get; set; }
public string xxqad_ppod_um { get; set; }
public decimal xxqad_ppod_um_conv { get; set; }
public string xxqad_ppod_vend { get; set; }
public string xxqad_ppod_buyer { get; set; }
public string xxqad_ppod_buyer_phone { get; set; }
public string xxqad_ppod_status { get; set; }
public string xxqad_ppod_qadread { get; set; }
public string xxqad_ppod_wmsread { get; set; }
public string xxqad_ppod_scmread { get; set; }
public string xxqad_ppod_mesread { get; set; }
public string xxqad_ppod_rmks { get; set; }
public Nullable<System.DateTime> xxqad_ppod_createdt { get; set; }
public string xxqad_ppod_createur { get; set; }
public Nullable<System.DateTime> xxqad_ppod_updatedt { get; set; }
public string xxqad_ppod_updateur { get; set; }
public string xxqad_ppod_prj { get; set; }
public string xxqad_ppod_plan { get; set; }
}
}