Преглед изворни кода

在 Fin_DailyFeePaymentView 类中添加 GroupId 属性

在 `Fin_DailyFeePaymentView.cs` 文件中,`OASystem.Domain.ViewModels.Financial` 命名空间下的 `Fin_DailyFeePaymentView` 类中添加了 `GroupId` 属性。
LEIYI пре 2 месеци
родитељ
комит
ba7e175200
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      OASystem/OASystem.Domain/ViewModels/Financial/Fin_DailyFeePaymentView.cs

+ 3 - 1
OASystem/OASystem.Domain/ViewModels/Financial/Fin_DailyFeePaymentView.cs

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