IndexTeamPerformance.cs 276 B

1234567891011
  1. using System;
  2. using System.Collections.Generic;
  3. namespace MySystem
  4. {
  5. public class IndexTeamPerformance
  6. {
  7. public decimal DirectTradeAmt { get; set; }
  8. public decimal DirectDebitCapNum { get; set; }
  9. public decimal AddCount { get; set; }
  10. }
  11. }