namespace Hotline.Share.Dtos.Enterprise; public class YbEnterprisesRequest { public string EnterpriseName { get; set; } public int Current { get; set; } public int Size { get; set; } }