| 12345678910111213141516171819 | 
							- using System;
 
- using System.Collections.Generic;
 
- using System.Linq;
 
- using System.Text;
 
- using System.Threading.Tasks;
 
- namespace Lottomat.Application.Entity.GalleryManage
 
- {
 
-     /// <summary>
 
-     /// 最新图库栏目 首页列表查询
 
-     /// </summary>
 
-  public  class NewArtListParams
 
-     {
 
-         public int count { get; set; }
 
-     }
 
- }
 
 
  |