123456789101112131415161718192021222324252627282930313233343536373839404142 |
- using Newtonsoft.Json;
- namespace Vo.Admin
- {
-
-
-
- public class GetPriPrizeInTableQueryVo
- {
-
-
-
- public int listId { get; set; }
-
-
-
- public int id { get; set; }
-
-
-
- public string tableEnName { get; set; }
-
-
-
- public string excuteKind { get; set; }
-
-
-
- public int databaseId { get; set; }
- }
- }
|