using System; using System.Collections.Generic; using System.Text; namespace MS.Entities { public class AccountRechargeTotal { public string account_id { get; set; } public long? amount { get; set; } } }