123456789101112131415161718192021222324252627 |
- using System;
- using System.Collections.Generic;
- namespace YiSha.Model.Param.SystemManage
- {
-
-
-
-
-
- public class DataDictDetailListParam
- {
-
-
-
- public string DictType { get; set; }
-
-
-
- public int? DictKey { get; set; }
-
-
-
- public string DictValue { get; set; }
- }
- }
|