PerformanceForDateAndPro.cs 435 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. namespace MySystem
  4. {
  5. public class PerformanceForDateAndPro
  6. {
  7. public decimal TradeAmount { get; set; }
  8. public decimal CreditAmount { get; set; }
  9. public decimal DebitNotCapAmount { get; set; }
  10. public decimal DebitCapAmount { get; set; }
  11. public decimal DebitCapCount { get; set; }
  12. public decimal QrTradeAmount { get; set; }
  13. }
  14. }