NewArtListParams.cs 344 B

12345678910111213141516171819
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace Lottomat.Application.Entity.GalleryManage
  7. {
  8. /// <summary>
  9. /// 最新图库栏目 首页列表查询
  10. /// </summary>
  11. public class NewArtListParams
  12. {
  13. public int count { get; set; }
  14. }
  15. }