CreditResult.cs 213 B

1234567891011
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace Dfs.WayneChina.SpsDbManager.ResultSet
  5. {
  6. public class CreditResult
  7. {
  8. public int IntegralResult { get; set; }
  9. }
  10. }