2 changed files with 19 additions and 16 deletions
@ -1,10 +1,11 @@ |
|||
using System; |
|||
|
|||
namespace Lion.AbpPro.DataDictionaryManagement.DataDictionaries.Dtos; |
|||
|
|||
namespace Lion.AbpPro.DataDictionaryManagement.DataDictionaries.Dtos |
|||
{ |
|||
public class DeleteDataDictionaryDetailInput |
|||
{ |
|||
public Guid DataDictionaryId { get; set; } |
|||
|
|||
public Guid DataDictionayDetailId { get; set; } |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue