123456789101112131415161718192021222324 |
- using System;
- using System.Collections.Generic;
- using YiSha.Util.Model;
- namespace YiSha.Model.Param.SystemManage
- {
-
-
-
-
-
- public class DataDictListParam : BaseApiToken
- {
-
-
-
- public string DictType { get; set; }
-
-
-
- public string Remark { get; set; }
- }
- }
|