mirror of https://github.com/abpframework/abp
parent
c8319ebc1d
commit
0bfa18e832
@ -1,14 +0,0 @@
|
||||
using System;
|
||||
using Volo.Abp.Application.Dtos;
|
||||
|
||||
namespace Volo.Docs.Admin.Documents
|
||||
{
|
||||
public class DocumentWithoutDetailsDto : EntityDto<Guid>
|
||||
{
|
||||
public virtual string Version { get; set; }
|
||||
|
||||
public virtual string LanguageCode { get; set; }
|
||||
|
||||
public virtual string Format { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in new issue