Browse Source

提交

master
学 赵 4 years ago
parent
commit
dda57b4596
  1. 2
      Models/CK.SCP.Models.csproj
  2. 2
      Models/ScpEntities.cs
  3. 729
      Models/UniApiEntity/UniInterfaceExtention.cs
  4. 93
      Models/xxqad_vd_mstr.cs

2
Models/CK.SCP.Models.csproj

@ -438,7 +438,6 @@
<Compile Include="ScpEntity\V_TM_HYANTOLIN_REVIEW.cs" />
<Compile Include="UniApiEntity\xxwms_review_det.cs" />
<Compile Include="ScpEntity\TM_HUANTOLIN_REVIEW.cs" />
<Compile Include="xxqad_vd_mstr.cs" />
<Compile Include="ScpException.cs" />
<Compile Include="ScpEntities.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@ -471,7 +470,6 @@
<Compile Include="UniApiEntity\ITable.cs" />
<Compile Include="UniApiEntity\QadTableName.cs" />
<Compile Include="UniApiEntity\UniApiEntities.cs" />
<Compile Include="UniApiEntity\UniInterfaceExtention.cs" />
<Compile Include="UniApiEntity\xxbom_code_mstr.cs" />
<Compile Include="UniApiEntity\xxbom_ctrl.cs" />
<Compile Include="UniApiEntity\xxbom_ps_mstr.cs" />

2
Models/ScpEntities.cs

@ -100,7 +100,7 @@ namespace CK.SCP.Models
public virtual DbSet<V_TB_RECEIVE_LIST> V_TB_RECEIVE_LIST { get; set; }
public virtual DbSet<TB_PRINT_COUNT> TB_PRINT_COUNT { get; set; }
public virtual DbSet<V_TB_ASN_DETAIL_VIEW> V_TB_ASN_DETAIL_VIEW { get; set; }
public virtual DbSet<xxqad_vd_mstr> xxqad_vd_mstr { get; set; }
public virtual DbSet<V_TA_VENDER> V_TA_VENDER { get; set; }
public virtual DbSet<V_TB_INCOMPLETE_ASK> V_TB_INCOMPLETE_ASK { get; set; }
public virtual DbSet<V_TB_PALLET_DETAIL> V_TB_PALLET_DETAIL { get; set; }

729
Models/UniApiEntity/UniInterfaceExtention.cs

@ -1,729 +0,0 @@
namespace CK.SCP.Models.UniApiEntity
{
/*
/// <summary>
/// WMS系统控制主表
/// </summary>
public partial class xxwms_ctrl : IControlTable
{
[NotMapped] public int UID { get { return xxwms_uid; } set { xxwms_uid = value; } }
[NotMapped] public string Seq { get { return xxwms_seq; } set { xxwms_seq = value; } }
[NotMapped] public string TableName { get { return xxwms_table; } set { xxwms_table = value; } }
[NotMapped] public int RowCount { get { return xxwms_table_qty; } set { xxwms_table_qty = value; } }
[NotMapped] public string QadRead { get { return xxwms_qad; } set { xxwms_qad = value; } }
[NotMapped] public string WmsRead { get { return xxwms_wms; } set { xxwms_wms = value; } }
[NotMapped] public string ScmRead { get { return xxwms_scm; } set { xxwms_scm = value; } }
[NotMapped] public string MesRead { get { return xxwms_mes; } set { xxwms_mes = value; } }
[NotMapped] public string Remark { get { return xxwms_rmks; } set { xxwms_rmks = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// QAD系统控制主表
/// </summary>
public partial class xxqad_ctrl : IControlTable
{
[NotMapped] public int UID { get { return xxqad_uid; } set { xxqad_uid = value; } }
[NotMapped] public string Seq { get { return xxqad_seq; } set { xxqad_seq = value; } }
[NotMapped] public string TableName { get { return xxqad_table; } set { xxqad_table = value; } }
[NotMapped] public int RowCount { get { return xxqad_table_qty; } set { xxqad_table_qty = value; } }
[NotMapped] public string QadRead { get { return xxqad_qad; } set { xxqad_qad = value; } }
[NotMapped] public string WmsRead { get { return xxqad_wms; } set { xxqad_wms = value; } }
[NotMapped] public string ScmRead { get { return xxqad_scm; } set { xxqad_scm = value; } }
[NotMapped] public string MesRead { get { return xxqad_mes; } set { xxqad_mes = value; } }
[NotMapped] public string Remark { get { return xxqad_rmks; } set { xxqad_rmks = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// SCM系统控制主表
/// </summary>
public partial class xxscm_ctrl : IControlTable
{
[NotMapped] public int UID { get { return xxscm_uid; } set { xxscm_uid = value; } }
[NotMapped] public string Seq { get { return xxscm_seq; } set { xxscm_seq = value; } }
[NotMapped] public string TableName { get { return xxscm_table; } set { xxscm_table = value; } }
[NotMapped] public int RowCount { get { return xxscm_table_qty; } set { xxscm_table_qty = value; } }
[NotMapped] public string QadRead { get { return xxscm_qad; } set { xxscm_qad = value; } }
[NotMapped] public string WmsRead { get { return xxscm_wms; } set { xxscm_wms = value; } }
[NotMapped] public string ScmRead { get { return xxscm_scm; } set { xxscm_scm = value; } }
[NotMapped] public string MesRead { get { return xxscm_mes; } set { xxscm_mes = value; } }
[NotMapped] public string Remark { get { return xxscm_rmks; } set { xxscm_rmks = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
*/
/// <summary>
/// 物料信息 from QAD
/// </summary>
public partial class xxqad_pt_mstr
{
// [NotMapped] public int UID { get { return xxqad_pt_uid; } set { xxqad_pt_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_pt_seq; } set { xxqad_pt_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_pt_qadread; } set { xxqad_pt_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_pt_wmsread; } set { xxqad_pt_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_pt_scmread; } set { xxqad_pt_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_pt_mesread; } set { xxqad_pt_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_pt_rmks; } set { xxqad_pt_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_pt_createdt; } set { xxqad_pt_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_pt_createur; } set { xxqad_pt_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_pt_updatedt; } set { xxqad_pt_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_pt_updateur; } set { xxqad_pt_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 供应商信息 from QAD
/// </summary>
public partial class xxqad_vd_mstr
{
// [NotMapped] public int UID { get { return xxqad_vd_uid; } set { xxqad_vd_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_vd_seq; } set { xxqad_vd_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_vd_qadread; } set { xxqad_vd_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_vd_wmsread; } set { xxqad_vd_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_vd_scmread; } set { xxqad_vd_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_vd_mesread; } set { xxqad_vd_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_vd_rmks; } set { xxqad_vd_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_vd_createdt; } set { xxqad_vd_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_vd_createur; } set { xxqad_vd_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_vd_updatedt; } set { xxqad_vd_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_vd_updateur; } set { xxqad_vd_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 客户信息 from QAD
/// </summary>
public partial class xxqad_cm_mstr
{
// [NotMapped] public int UID { get { return xxqad_cm_uid; } set { xxqad_cm_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_cm_seq; } set { xxqad_cm_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_cm_qadread; } set { xxqad_cm_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_cm_wmsread; } set { xxqad_cm_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_cm_scmread; } set { xxqad_cm_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_cm_mesread; } set { xxqad_cm_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_cm_rmks; } set { xxqad_cm_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_cm_createdt; } set { xxqad_cm_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_cm_createur; } set { xxqad_cm_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_cm_updatedt; } set { xxqad_cm_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_cm_updateur; } set { xxqad_cm_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 供应商物料信息 from QAD
/// </summary>
public partial class xxqad_vp_mstr
{
// [NotMapped] public int UID { get { return xxqad_vp_uid; } set { xxqad_vp_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_vp_seq; } set { xxqad_vp_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_vp_qadread; } set { xxqad_vp_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_vp_wmsread; } set { xxqad_vp_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_vp_scmread; } set { xxqad_vp_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_vp_mesread; } set { xxqad_vp_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_vp_rmks; } set { xxqad_vp_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_vp_createdt; } set { xxqad_vp_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_vp_createur; } set { xxqad_vp_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_vp_updatedt; } set { xxqad_vp_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_vp_updateur; } set { xxqad_vp_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 供应商物料信息 from QAD
/// </summary>
public partial class xxqad_sche_mstr
{
// [NotMapped] public int UID { get { return xxqad_sche_uid; } set { xxqad_sche_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_sche_seq; } set { xxqad_sche_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_sche_qadread; } set { xxqad_sche_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_sche_wmsread; } set { xxqad_sche_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_sche_scmread; } set { xxqad_sche_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_sche_mesread; } set { xxqad_sche_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_sche_rmks; } set { xxqad_sche_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_sche_createdt; } set { xxqad_sche_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_sche_createur; } set { xxqad_sche_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_sche_updatedt; } set { xxqad_sche_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_sche_updateur; } set { xxqad_sche_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 采购价格信息 from QAD
/// </summary>
public partial class xxqad_pprice_det
{
// [NotMapped] public int UID { get { return xxqad_pprice_uid; } set { xxqad_pprice_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_pprice_seq; } set { xxqad_pprice_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_pprice_qadread; } set { xxqad_pprice_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_pprice_wmsread; } set { xxqad_pprice_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_pprice_scmread; } set { xxqad_pprice_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_pprice_mesread; } set { xxqad_pprice_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_pprice_rmks; } set { xxqad_pprice_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_pprice_createdt; } set { xxqad_pprice_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_pprice_createur; } set { xxqad_pprice_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_pprice_updatedt; } set { xxqad_pprice_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_pprice_updateur; } set { xxqad_pprice_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 销售价格信息 from QAD
/// </summary>
public partial class xxqad_sprice_det
{
// [NotMapped] public int UID { get { return xxqad_sprice_uid; } set { xxqad_sprice_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_sprice_seq; } set { xxqad_sprice_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_sprice_qadread; } set { xxqad_sprice_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_sprice_wmsread; } set { xxqad_sprice_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_sprice_scmread; } set { xxqad_sprice_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_sprice_mesread; } set { xxqad_sprice_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_sprice_rmks; } set { xxqad_sprice_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_sprice_createdt; } set { xxqad_sprice_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_sprice_createur; } set { xxqad_sprice_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_sprice_updatedt; } set { xxqad_sprice_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_sprice_updateur; } set { xxqad_sprice_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 采购订单信息 from QAD
/// </summary>
public partial class xxqad_pod_det
{
// [NotMapped] public int UID { get { return xxqad_pod_uid; } set { xxqad_pod_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_pod_seq; } set { xxqad_pod_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_pod_qadread; } set { xxqad_pod_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_pod_wmsread; } set { xxqad_pod_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_pod_scmread; } set { xxqad_pod_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_pod_mesread; } set { xxqad_pod_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_pod_rmks; } set { xxqad_pod_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_pod_createdt; } set { xxqad_pod_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_pod_createur; } set { xxqad_pod_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_pod_updatedt; } set { xxqad_pod_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_pod_updateur; } set { xxqad_pod_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 销售订单信息 from QAD
/// </summary>
public partial class xxqad_sod_det
{
// [NotMapped] public int UID { get { return xxqad_sod_uid; } set { xxqad_sod_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_sod_seq; } set { xxqad_sod_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_sod_qadread; } set { xxqad_sod_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_sod_wmsread; } set { xxqad_sod_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_sod_scmread; } set { xxqad_sod_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_sod_mesread; } set { xxqad_sod_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_sod_rmks; } set { xxqad_sod_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_sod_createdt; } set { xxqad_sod_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_sod_createur; } set { xxqad_sod_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_sod_updatedt; } set { xxqad_sod_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_sod_updateur; } set { xxqad_sod_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 库位信息 from QAD
/// </summary>
public partial class xxqad_loc_det
{
// [NotMapped] public int UID { get { return xxqad_loc_uid; } set { xxqad_loc_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_loc_seq; } set { xxqad_loc_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_loc_qadread; } set { xxqad_loc_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_loc_wmsread; } set { xxqad_loc_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_loc_scmread; } set { xxqad_loc_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_loc_mesread; } set { xxqad_loc_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_loc_rmks; } set { xxqad_loc_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_loc_createdt; } set { xxqad_loc_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_loc_createur; } set { xxqad_loc_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_loc_updatedt; } set { xxqad_loc_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_loc_updateur; } set { xxqad_loc_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 实时库存信息 from QAD
/// </summary>
public partial class xxqad_ld_det
{
// [NotMapped] public int UID { get { return xxqad_ld_uid; } set { xxqad_ld_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_ld_seq; } set { xxqad_ld_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_ld_qadread; } set { xxqad_ld_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_ld_wmsread; } set { xxqad_ld_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_ld_scmread; } set { xxqad_ld_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_ld_mesread; } set { xxqad_ld_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_ld_rmks; } set { xxqad_ld_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_ld_createdt; } set { xxqad_ld_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_ld_createur; } set { xxqad_ld_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_ld_updatedt; } set { xxqad_ld_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_ld_updateur; } set { xxqad_ld_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// BOM信息 from QAD
/// </summary>
public partial class xxqad_ps_mstr
{
// [NotMapped] public int UID { get { return xxqad_ps_uid; } set { xxqad_ps_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_ps_seq; } set { xxqad_ps_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_ps_qadread; } set { xxqad_ps_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_ps_wmsread; } set { xxqad_ps_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_ps_scmread; } set { xxqad_ps_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_ps_mesread; } set { xxqad_ps_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_ps_rmks; } set { xxqad_ps_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_ps_createdt; } set { xxqad_ps_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_ps_createur; } set { xxqad_ps_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_ps_updatedt; } set { xxqad_ps_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_ps_updateur; } set { xxqad_ps_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 标准成本信息 from QAD
/// </summary>
public partial class xxqad_sct_det
{
// [NotMapped] public int UID { get { return xxqad_sct_uid; } set { xxqad_sct_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxqad_sct_seq; } set { xxqad_sct_seq = value; } }
// [NotMapped] public string QadRead { get { return xxqad_sct_qadread; } set { xxqad_sct_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxqad_sct_wmsread; } set { xxqad_sct_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxqad_sct_scmread; } set { xxqad_sct_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxqad_sct_mesread; } set { xxqad_sct_mesread = value; } }
// [NotMapped] public string Remark { get { return xxqad_sct_rmks; } set { xxqad_sct_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxqad_sct_createdt; } set { xxqad_sct_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxqad_sct_createur; } set { xxqad_sct_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxqad_sct_updatedt; } set { xxqad_sct_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxqad_sct_updateur; } set { xxqad_sct_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 库存转移 from WMS
/// </summary>
public partial class xxwms_tr_det
{
// [NotMapped] public int UID { get { return xxwms_tr_uid; } set { xxwms_tr_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxwms_tr_seq; } set { xxwms_tr_seq = value; } }
// [NotMapped] public string QadRead { get { return xxwms_tr_qadread; } set { xxwms_tr_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxwms_tr_wmsread; } set { xxwms_tr_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxwms_tr_scmread; } set { xxwms_tr_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxwms_tr_mesread; } set { xxwms_tr_mesread = value; } }
// [NotMapped] public string Remark { get { return xxwms_tr_rmks; } set { xxwms_tr_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxwms_tr_createdt; } set { xxwms_tr_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxwms_tr_createur; } set { xxwms_tr_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxwms_tr_updatedt; } set { xxwms_tr_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxwms_tr_updateur; } set { xxwms_tr_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 采购入库 from WMS
/// </summary>
public partial class xxwms_rc_det
{
// [NotMapped] public int UID { get { return xxwms_rc_uid; } set { xxwms_rc_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxwms_rc_seq; } set { xxwms_rc_seq = value; } }
// [NotMapped] public string QadRead { get { return xxwms_rc_qadread; } set { xxwms_rc_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxwms_rc_wmsread; } set { xxwms_rc_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxwms_rc_scmread; } set { xxwms_rc_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxwms_rc_mesread; } set { xxwms_rc_mesread = value; } }
// [NotMapped] public string Remark { get { return xxwms_rc_rmks; } set { xxwms_rc_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxwms_rc_createdt; } set { xxwms_rc_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxwms_rc_createur; } set { xxwms_rc_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxwms_rc_updatedt; } set { xxwms_rc_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxwms_rc_updateur; } set { xxwms_rc_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 采购退货 from WMS
/// </summary>
public partial class xxwms_rt_det
{
// [NotMapped] public int UID { get { return xxwms_rt_uid; } set { xxwms_rt_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxwms_rt_seq; } set { xxwms_rt_seq = value; } }
// [NotMapped] public string QadRead { get { return xxwms_rt_qadread; } set { xxwms_rt_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxwms_rt_wmsread; } set { xxwms_rt_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxwms_rt_scmread; } set { xxwms_rt_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxwms_rt_mesread; } set { xxwms_rt_mesread = value; } }
// [NotMapped] public string Remark { get { return xxwms_rt_rmks; } set { xxwms_rt_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxwms_rt_createdt; } set { xxwms_rt_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxwms_rt_createur; } set { xxwms_rt_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxwms_rt_updatedt; } set { xxwms_rt_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxwms_rt_updateur; } set { xxwms_rt_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 库存明细带批次 from WMS
/// </summary>
public partial class xxwms_ld_det
{
// [NotMapped] public int UID { get { return xxwms_ld_uid; } set { xxwms_ld_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxwms_ld_seq; } set { xxwms_ld_seq = value; } }
// [NotMapped] public string QadRead { get { return xxwms_ld_qadread; } set { xxwms_ld_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxwms_ld_wmsread; } set { xxwms_ld_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxwms_ld_scmread; } set { xxwms_ld_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxwms_ld_mesread; } set { xxwms_ld_mesread = value; } }
// [NotMapped] public string Remark { get { return xxwms_ld_rmks; } set { xxwms_ld_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxwms_ld_createdt; } set { xxwms_ld_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxwms_ld_createur; } set { xxwms_ld_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxwms_ld_updatedt; } set { xxwms_ld_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxwms_ld_updateur; } set { xxwms_ld_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 生产回冲 from WMS
/// </summary>
public partial class xxwms_bk_mstr
{
// [NotMapped] public int UID { get { return xxwms_bk_uid; } set { xxwms_bk_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxwms_bk_seq; } set { xxwms_bk_seq = value; } }
// [NotMapped] public string QadRead { get { return xxwms_bk_qadread; } set { xxwms_bk_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxwms_bk_wmsread; } set { xxwms_bk_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxwms_bk_scmread; } set { xxwms_bk_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxwms_bk_mesread; } set { xxwms_bk_mesread = value; } }
// [NotMapped] public string Remark { get { return xxwms_bk_rmks; } set { xxwms_bk_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxwms_bk_createdt; } set { xxwms_bk_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxwms_bk_createur; } set { xxwms_bk_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxwms_bk_updatedt; } set { xxwms_bk_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxwms_bk_updateur; } set { xxwms_bk_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 其它出库 from WMS
/// </summary>
public partial class xxwms_iss_det
{
// [NotMapped] public int UID { get { return xxwms_iss_uid; } set { xxwms_iss_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxwms_iss_seq; } set { xxwms_iss_seq = value; } }
// [NotMapped] public string QadRead { get { return xxwms_iss_qadread; } set { xxwms_iss_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxwms_iss_wmsread; } set { xxwms_iss_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxwms_iss_scmread; } set { xxwms_iss_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxwms_iss_mesread; } set { xxwms_iss_mesread = value; } }
// [NotMapped] public string Remark { get { return xxwms_iss_rmks; } set { xxwms_iss_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxwms_iss_createdt; } set { xxwms_iss_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxwms_iss_createur; } set { xxwms_iss_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxwms_iss_updatedt; } set { xxwms_iss_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxwms_iss_updateur; } set { xxwms_iss_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 其它入库 from WMS
/// </summary>
public partial class xxwms_rct_det
{
// [NotMapped] public int UID { get { return xxwms_rct_uid; } set { xxwms_rct_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxwms_rct_seq; } set { xxwms_rct_seq = value; } }
// [NotMapped] public string QadRead { get { return xxwms_rct_qadread; } set { xxwms_rct_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxwms_rct_wmsread; } set { xxwms_rct_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxwms_rct_scmread; } set { xxwms_rct_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxwms_rct_mesread; } set { xxwms_rct_mesread = value; } }
// [NotMapped] public string Remark { get { return xxwms_rct_rmks; } set { xxwms_rct_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxwms_rct_createdt; } set { xxwms_rct_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxwms_rct_createur; } set { xxwms_rct_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxwms_rct_updatedt; } set { xxwms_rct_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxwms_rct_updateur; } set { xxwms_rct_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 销售结算 from WMS
/// </summary>
public partial class xxwms_soiss_det
{
// [NotMapped] public int UID { get { return xxwms_soiss_uid; } set { xxwms_soiss_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxwms_soiss_seq; } set { xxwms_soiss_seq = value; } }
// [NotMapped] public string QadRead { get { return xxwms_soiss_qadread; } set { xxwms_soiss_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxwms_soiss_wmsread; } set { xxwms_soiss_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxwms_soiss_scmread; } set { xxwms_soiss_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxwms_soiss_mesread; } set { xxwms_soiss_mesread = value; } }
// [NotMapped] public string Remark { get { return xxwms_soiss_rmks; } set { xxwms_soiss_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxwms_soiss_createdt; } set { xxwms_soiss_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxwms_soiss_createur; } set { xxwms_soiss_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxwms_soiss_updatedt; } set { xxwms_soiss_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxwms_soiss_updateur; } set { xxwms_soiss_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 库存盘点 from WMS
/// </summary>
public partial class xxwms_tag_det
{
// [NotMapped] public int UID { get { return xxwms_tag_uid; } set { xxwms_tag_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxwms_tag_seq; } set { xxwms_tag_seq = value; } }
// [NotMapped] public string QadRead { get { return xxwms_tag_qadread; } set { xxwms_tag_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxwms_tag_wmsread; } set { xxwms_tag_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxwms_tag_scmread; } set { xxwms_tag_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxwms_tag_mesread; } set { xxwms_tag_mesread = value; } }
// [NotMapped] public string Remark { get { return xxwms_tag_rmks; } set { xxwms_tag_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxwms_tag_createdt; } set { xxwms_tag_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxwms_tag_createur; } set { xxwms_tag_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxwms_tag_updatedt; } set { xxwms_tag_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxwms_tag_updateur; } set { xxwms_tag_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 发货单(ASN) from SCM
/// </summary>
public partial class xxscm_tx_mstr
{
// [NotMapped] public int UID { get { return xxscm_tx_uid; } set { xxscm_tx_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxscm_tx_seq; } set { xxscm_tx_seq = value; } }
// [NotMapped] public string QadRead { get { return xxscm_tx_qadread; } set { xxscm_tx_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxscm_tx_wmsread; } set { xxscm_tx_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxscm_tx_scmread; } set { xxscm_tx_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxscm_tx_mesread; } set { xxscm_tx_mesread = value; } }
// [NotMapped] public string Remark { get { return xxscm_tx_rmks; } set { xxscm_tx_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxscm_tx_createdt; } set { xxscm_tx_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxscm_tx_createur; } set { xxscm_tx_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxscm_tx_updatedt; } set { xxscm_tx_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxscm_tx_updateur; } set { xxscm_tx_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 发货单明细 from SCM
/// </summary>
public partial class xxscm_tx_det
{
// [NotMapped] public int UID { get { return xxscm_tx_uid; } set { xxscm_tx_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxscm_tx_seq; } set { xxscm_tx_seq = value; } }
// [NotMapped] public string QadRead { get { return xxscm_tx_qadread; } set { xxscm_tx_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxscm_tx_wmsread; } set { xxscm_tx_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxscm_tx_scmread; } set { xxscm_tx_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxscm_tx_mesread; } set { xxscm_tx_mesread = value; } }
// [NotMapped] public string Remark { get { return xxscm_tx_rmks; } set { xxscm_tx_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxscm_tx_createdt; } set { xxscm_tx_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxscm_tx_createur; } set { xxscm_tx_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxscm_tx_updatedt; } set { xxscm_tx_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxscm_tx_updateur; } set { xxscm_tx_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 发票 from SCM
/// </summary>
public partial class xxscm_inv_det
{
// [NotMapped] public int UID { get { return xxscm_inv_uid; } set { xxscm_inv_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxscm_inv_seq; } set { xxscm_inv_seq = value; } }
// [NotMapped] public string QadRead { get { return xxscm_inv_qadread; } set { xxscm_inv_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxscm_inv_wmsread; } set { xxscm_inv_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxscm_inv_scmread; } set { xxscm_inv_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxscm_inv_mesread; } set { xxscm_inv_mesread = value; } }
// [NotMapped] public string Remark { get { return xxscm_inv_rmks; } set { xxscm_inv_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxscm_inv_createdt; } set { xxscm_inv_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxscm_inv_createur; } set { xxscm_inv_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxscm_inv_updatedt; } set { xxscm_inv_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxscm_inv_updateur; } set { xxscm_inv_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
/// <summary>
/// 采购订单信息 from QAD
/// </summary>
public partial class xxscm_pod_det
{
// [NotMapped] public int UID { get { return xxscm_pod_uid; } set { xxscm_pod_uid = value; } }
//
// [NotMapped] public string Seq { get { return xxscm_pod_seq; } set { xxscm_pod_seq = value; } }
// [NotMapped] public string QadRead { get { return xxscm_pod_qadread; } set { xxscm_pod_qadread = value; } }
// [NotMapped] public string WmsRead { get { return xxscm_pod_wmsread; } set { xxscm_pod_wmsread = value; } }
// [NotMapped] public string ScmRead { get { return xxscm_pod_scmread; } set { xxscm_pod_scmread = value; } }
// [NotMapped] public string MesRead { get { return xxscm_pod_mesread; } set { xxscm_pod_mesread = value; } }
// [NotMapped] public string Remark { get { return xxscm_pod_rmks; } set { xxscm_pod_rmks = value; } }
//
// [NotMapped] public DateTime? CreateTime { get { return xxscm_pod_createdt; } set { xxscm_pod_createdt = value; } }
// [NotMapped] public string CreateUser { get { return xxscm_pod_createur; } set { xxscm_pod_createur = value; } }
// [NotMapped] public DateTime? UpdateTime { get { return xxscm_pod_updatedt; } set { xxscm_pod_updatedt = value; } }
// [NotMapped] public string UpdateUser { get { return xxscm_pod_updateur; } set { xxscm_pod_updateur = value; } }
public override string ToString()
{
return EntitiesHelper.GetPropertiesString(this);
}
}
}

93
Models/xxqad_vd_mstr.cs

@ -1,93 +0,0 @@
using System;
using System.ComponentModel.DataAnnotations;
namespace CK.SCP.Models.ScpEntity
{
public partial class xxqad_vd_mstr
{
[Key]
public int xxqad_vd_uid { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(50)]
public string xxqad_vd_seq { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(8)]
public string xxqad_vd_addr { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(8)]
public string xxqad_vd_domain { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(100)]
public string xxqad_vd_name { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(100)]
public string xxqad_vd_line1 { get; set; }
[StringLength(100)]
public string xxqad_vd_line2 { get; set; }
[StringLength(100)]
public string xxqad_vd_line3 { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(50)]
public string xxqad_vd_country { get; set; }
[StringLength(50)]
public string xxqad_vd_city { get; set; }
[StringLength(50)]
public string xxqad_vd_phone { get; set; }
[StringLength(50)]
public string xxqad_vd_fax { get; set; }
[StringLength(15)]
public string xxqad_vd_pst_id { get; set; }
[StringLength(50)]
public string xxqad_vd_attn { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(15)]
public string xxqad_vd_curr { get; set; }
public decimal xxqad_vd_tax { get; set; }
[StringLength(2)]
public string xxqad_vd_promo { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(8)]
public string xxqad_vd_type { get; set; }
[StringLength(1)]
public string xxqad_vd_qadread { get; set; }
[StringLength(1)]
public string xxqad_vd_wmsread { get; set; }
[StringLength(1)]
public string xxqad_vd_scmread { get; set; }
[StringLength(1)]
public string xxqad_vd_mesread { get; set; }
public string xxqad_vd_rmks { get; set; }
public DateTime? xxqad_vd_createdt { get; set; }
[StringLength(8)]
public string xxqad_vd_createur { get; set; }
public DateTime? xxqad_vd_updatedt { get; set; }
[StringLength(8)]
public string xxqad_vd_updateur { get; set; }
}
}
Loading…
Cancel
Save