using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YLErp.Model { public class EodClientBalanceReCalcModel { /// /// 结算日期 /// public string SettleDate { get; set; } public string Msg { get; set; } } }