Fin_OtherPriceView.cs 334 B

1234567891011121314151617
  1. using OASystem.Domain.Entities.Financial;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace OASystem.Domain.ViewModels.Financial
  8. {
  9. /// <summary>
  10. /// 其他款项
  11. /// </summary>
  12. public class Fin_OtherPriceView:Fin_OtherPrice
  13. {
  14. }
  15. }