|  | @@ -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
 |