using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OASystem.Domain.Dtos.Groups { /// /// 团组增减款项Dto /// public class DecreasePaymentsDto { public int UserId { get; set; } } public class DecreasePaymentsListDto { public int DiId { get; set; } } }