mirror of https://github.com/abpframework/abp
parent
5bd4c78bd8
commit
d2da1f5a55
@ -1,8 +1,9 @@
|
||||
using System;
|
||||
using Volo.Abp.Application.Dtos;
|
||||
|
||||
namespace Volo.Abp.AutoMapper.SampleClasses
|
||||
{
|
||||
public class MyEntityDto2 : EntityDto
|
||||
public class MyEntityDto2 : EntityDto<Guid>
|
||||
{
|
||||
public int Number { get; set; }
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue