- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ivf_tl_Entity.Entity.Result
- {
- public class SourcePicPageResult
- {
- public int total { get; set; }
- public List<PictureEntity> records { get; set; }
- }
- }
|