using Volo.Abp.Domain.Entities; namespace Win_in.Sfs.Wms.DataExchange.Domain.Fawtyg.Tyrp; public class mes_period : Entity { /// /// 库存年 /// public string mes_period_ym { get; set; } /// /// 启日 /// public string mes_period_start { get; set; } /// /// 迄日期 /// public string mes_period_end { get; set; } /// /// 最后异动时间 /// public string mes_period_dt { get; set; } public override object[] GetKeys() { return new object[] { mes_period_ym }; } }