using Volo.Abp.Application.Dtos;

namespace Win.Sfs.Shared.DtoBase
{
    public abstract class ExportDtoBase : EntityDto
    {

    }
}