|
@ -72,16 +72,16 @@ public class TM_BJBMPT_JIS_RECORD |
|
|
public string RefVinCode { get; set; } |
|
|
public string RefVinCode { get; set; } |
|
|
|
|
|
|
|
|
[DisplayName("单据类型")] |
|
|
[DisplayName("单据类型")] |
|
|
public EnumBillType BillType { get; set; } |
|
|
public int? BillType { get; set; } |
|
|
|
|
|
|
|
|
[DisplayName("子单据类型")] |
|
|
[DisplayName("子单据类型")] |
|
|
public EnumSubBillType SubBillType { get; set; } |
|
|
public int? SubBillType { get; set; } |
|
|
|
|
|
|
|
|
[DisplayName("单据性质")] |
|
|
[DisplayName("单据性质")] |
|
|
public string BillCharacter { get; set; } |
|
|
public string BillCharacter { get; set; } |
|
|
|
|
|
|
|
|
[DisplayName("事务类型")] |
|
|
[DisplayName("事务类型")] |
|
|
public EnumDelTransType TransType { get; set; } |
|
|
public int? TransType { get; set; } |
|
|
|
|
|
|
|
|
[DisplayName("发运主类型")] |
|
|
[DisplayName("发运主类型")] |
|
|
public EnumDeliverBjBmpBillType DeliverBillType { get; set; } |
|
|
public EnumDeliverBjBmpBillType DeliverBillType { get; set; } |
|
@ -111,7 +111,7 @@ public class TM_BJBMPT_JIS_RECORD |
|
|
public string MatchNumber { get; set; } |
|
|
public string MatchNumber { get; set; } |
|
|
|
|
|
|
|
|
[DisplayName("业务类型")] |
|
|
[DisplayName("业务类型")] |
|
|
public EnumProTpe ProType { get; set; } |
|
|
public int? ProType { get; set; } |
|
|
|
|
|
|
|
|
[DisplayName("发货条码")] |
|
|
[DisplayName("发货条码")] |
|
|
public string DeliverCode { get; set; } |
|
|
public string DeliverCode { get; set; } |
|
|