namespace Admin.Core.Service.Admin.Dictionary.Input { /// /// 修改 /// public class DictionaryUpdateInput : DictionaryAddInput { /// /// 主键Id /// public long Id { get; set; } /// /// 版本 /// public long Version { get; set; } } }