Browse Source

在 Fin_DailyFeePaymentView 类中添加 GroupId 属性

在 `Fin_DailyFeePaymentView.cs` 文件中,`OASystem.Domain.ViewModels.Financial` 命名空间下的 `Fin_DailyFeePaymentView` 类中添加了 `GroupId` 属性。
LEIYI 2 months ago
parent
commit
ba7e175200

+ 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 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; }