| | |
| | | using Newtonsoft.Json; |
| | | using System; |
| | | using System.ComponentModel.DataAnnotations; |
| | | using System.Collections.Generic; |
| | | using static LifePayment.Domain.Shared.LifePaymentConstant; |
| | | |
| | | namespace LifePayment.Application.Contracts; |
| | |
| | | } |
| | | public class AddLifePayExpensesReceiptsInput |
| | | { |
| | | |
| | | /// <summary> |
| | | /// 退款订单号 |
| | | /// </summary> |
| | | public string OutRefundNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 平台订单号 |
| | | /// </summary> |
| | |
| | | public DateTime? FinishTimeEnd { get; set; } |
| | | |
| | | } |
| | | |
| | | public class TopStatisticsInput |
| | | { |
| | | public List<string>? ChannleList { get; set; } |
| | | } |