LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -293,6 +293,7 @@ public string RefundCheckRemark { get; set; } } public class RefundUserLifePayOrderInput : ChannelsBaseInput { public Guid Id { get; set; } @@ -403,7 +404,8 @@ /// <summary> /// 注册时间 /// </summary> public DateTime? CreationTime { get; set; } public DateTime? CreationTimeBegin { get; set; } public DateTime? CreationTimeEnd { get; set; } } public class Model_UserAccountExtraProperties