招聘后台
 
 

10 lines
232 B

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