sunpengfei
2025-06-09 8c62d16c70c77e9c8b4e791e3c7e32003219ed19
LifePayment/LifePayment.Application.Contracts/Promoter/PromoterDto.cs
@@ -9,6 +9,20 @@
{
    public class GetPromotersInput : PageInput
    {
        /// <summary>
        /// 创建的开始时间
        /// </summary>
        public DateTime? StartDate { get; set; }
        /// <summary>
        /// 创建的结束时间
        /// </summary>
        public DateTime? EndDate { get; set; }
        /// <summary>
        /// 搜索关键词
        /// </summary>
        public string SearchKey { get; set; }
    }
    public class PromoterDto