lixiaojun
2024-04-30 b4db153d2e28d451592811fea29c6d1bab71887b
Yw.Application.Run.Core/00-core/Mapper.cs
@@ -26,6 +26,7 @@
            config.ForType<AddRunRealLastRecordInput, Model.RunRealRecord>()
                .Map(dest => dest.DataTime, src => DateTime.Now)
                .Map(dest => dest.AnalyStatus, src => AnalyStatus.Normal);
            #endregion
        }