using System.Collections.Generic; namespace Znyc.Cloudcar.Admin.Security.Dtos { /// /// 充值活动入参 /// public class RechargeAddInput { /// /// 活动名称 /// public string Name { get; set; } public List rechargeIntros { get; set; } } }