| 1234567891011121314151617 | 
							- using OASystem.Domain.Entities.Financial;
 
- using System;
 
- using System.Collections.Generic;
 
- using System.Linq;
 
- using System.Text;
 
- using System.Threading.Tasks;
 
- namespace OASystem.Domain.ViewModels.Financial
 
- {
 
-     /// <summary>
 
-     /// 其他款项
 
-     /// </summary>
 
-     public class Fin_OtherPriceView:Fin_OtherPrice
 
-     {
 
-     }
 
- }
 
 
  |