sunkaixuan
1 year ago
3 changed files with 79 additions and 0 deletions
@ -0,0 +1,39 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace OrmTest |
|||
{ |
|||
public class PRT_BMS_SA_WEBCON_DOC_V |
|||
{ |
|||
|
|||
public PRT_BMS_SA_WEBCON_DOC_V() |
|||
{ |
|||
|
|||
|
|||
} |
|||
/// <summary>
|
|||
/// Desc:
|
|||
/// Default:
|
|||
/// Nullable:False
|
|||
/// </summary>
|
|||
public long SALESID { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// Desc:
|
|||
/// Default:
|
|||
/// Nullable:True
|
|||
/// </summary>
|
|||
public string SACONNO { get; set; } |
|||
|
|||
|
|||
/// <summary>
|
|||
/// Desc:
|
|||
/// Default:
|
|||
/// Nullable:True
|
|||
/// </summary>
|
|||
public long? SADEPTID { get; set; } |
|||
} |
|||
} |
@ -0,0 +1,38 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace OrmTest |
|||
{ |
|||
public class PRT_BMS_SA_WEBCON_DTL_VP |
|||
{ |
|||
public PRT_BMS_SA_WEBCON_DTL_VP() |
|||
{ |
|||
|
|||
|
|||
} |
|||
/// <summary>
|
|||
/// Desc:
|
|||
/// Default:
|
|||
/// Nullable:True
|
|||
/// </summary>
|
|||
public long? SALESID { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// Desc:
|
|||
/// Default:
|
|||
/// Nullable:False
|
|||
/// </summary>
|
|||
public long SALESDTLID { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// Desc:
|
|||
/// Default:
|
|||
/// Nullable:True
|
|||
/// </summary>
|
|||
public long? SADEPTID { get; set; } |
|||
|
|||
} |
|||
} |
Loading…
Reference in new issue