12345678910111213141516171819202122232425262728293031 |
- using System;
- using System.Collections.Generic;
- using Newtonsoft.Json;
- using YiSha.Util;
- namespace YiSha.Model.Param.TK
- {
-
-
-
-
-
- public class ImageManagerModelsListParam
- {
-
-
-
- public string GalleryName { get; set; }
-
-
-
- public int? PeriodsNumber { get; set; }
-
-
-
- public string CreateUserName { get; set; }
- }
- }
|