瀏覽代碼

view quantity decimal

jiangjc 1 年之前
父節點
當前提交
222b524cb1
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      OASystem/OASystem.Domain/ViewModels/Financial/Fin_DailyFeePaymentView.cs

+ 4 - 4
OASystem/OASystem.Domain/ViewModels/Financial/Fin_DailyFeePaymentView.cs

@@ -170,7 +170,7 @@ namespace OASystem.Domain.ViewModels.Financial
         /// <summary>
         /// 数量单价
         /// </summary>
-        public int Quantity { get; set; }
+        public decimal Quantity { get; set; }
 
         /// <summary>
         /// 费用单价
@@ -359,7 +359,7 @@ namespace OASystem.Domain.ViewModels.Financial
         public string transferParentIdStr { get; set; }
     }
 
-    public class tree_Fin_DailyFeePaymentResult : tree_Fin_DailyFeePaymentPageListView 
+    public class tree_Fin_DailyFeePaymentResult : tree_Fin_DailyFeePaymentPageListView
     {
         public decimal gz { get; set; } = 0M;
         public decimal sz { get; set; } = 0M;
@@ -371,7 +371,7 @@ namespace OASystem.Domain.ViewModels.Financial
     /// <summary>
     /// 团组相关费用
     /// </summary>
-    public class tree_Group_DailyFeePaymentResult 
+    public class tree_Group_DailyFeePaymentResult
     {
         public decimal gz { get; set; } = 0M;
         public decimal sz { get; set; } = 0M;
@@ -409,7 +409,7 @@ namespace OASystem.Domain.ViewModels.Financial
     public class CompanyInfo
     {
         public int Id { get; set; }
-        public string   ConpanyName { get; set; }
+        public string ConpanyName { get; set; }
     }
 
     public class Group_DailyFeePaymentContentInfolView