namespace Znyc.Recruitment.Admin.Security.Dtos
{
/// <summary>
/// 充值活动修改模型
/// </summary>
public class RechargeUpdateInput : RechargeAddInput
public long Id { get; set; }
}