namespace Admin.Core.Service.Admin.Document.Input { public class DocumentUpdateGroupInput : DocumentAddGroupInput { /// /// ±àºÅ /// public long Id { get; set; } /// /// °æ±¾ /// public long Version { get; set; } } }