using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OASystem.Domain.Dtos.Financial { public class PostPayRequestByDateRangeDto:PortDtoBase { public string beginDt { get; set; } public string endDt { get; set; } } }