YbEnterprisesRequest.cs 200 B

12345678910
  1. namespace Hotline.Share.Dtos.Enterprise;
  2. public class YbEnterprisesRequest
  3. {
  4. public string EnterpriseName { get; set; }
  5. public int Current { get; set; }
  6. public int Size { get; set; }
  7. }