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