using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.SpsDbManager.ResultSet { public class CreditResult { public int IntegralResult { get; set; } } }