|
@@ -215,6 +215,8 @@ namespace OASystem.Domain.ViewModels.Financial
|
|
|
public string Instructions { get; set; }
|
|
|
public decimal SumPrice { get; set; }
|
|
|
|
|
|
+ public int GroupId { get; set; }
|
|
|
+
|
|
|
public int CreateUserId { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
@@ -266,7 +268,7 @@ namespace OASystem.Domain.ViewModels.Financial
|
|
|
public int PriceTypeId { get; set; }
|
|
|
public string Instructions { get; set; }
|
|
|
public decimal SumPrice { get; set; }
|
|
|
-
|
|
|
+ public int GroupId { get; set; }
|
|
|
public int CreateUserId { get; set; }
|
|
|
|
|
|
public List<Fin_DailyFeePaymentContentInfolView> FeeContents { get; set; }
|