fix
This commit is contained in:
parent
df5a01a17e
commit
e9dd0eae02
|
|
@ -21,6 +21,9 @@ public class Transfer: IEntityGuid, IAcFullName, ITimeStampInfo, IProductForeign
|
||||||
public int OrderId { get; set; }
|
public int OrderId { get; set; }
|
||||||
|
|
||||||
public Guid UserId { get; set; }
|
public Guid UserId { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// HOTEL ProductId!!!!
|
||||||
|
/// </summary>
|
||||||
public Guid? ProductId { get; set; }
|
public Guid? ProductId { get; set; }
|
||||||
//public Guid? UserProductMappingId { get; set; }
|
//public Guid? UserProductMappingId { get; set; }
|
||||||
//public Guid? UserProductToCarId { get; set; }
|
//public Guid? UserProductToCarId { get; set; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue