3 changed files with 11 additions and 0 deletions
@ -1,8 +1,11 @@ |
|||
using System; |
|||
using System.ComponentModel; |
|||
|
|||
namespace LINGYUN.Platform.Datas; |
|||
|
|||
public class DataMoveDto |
|||
{ |
|||
|
|||
[DisplayName("DisplayName:ParentData")] |
|||
public Guid? ParentId { get; set; } |
|||
} |
|||
|
|||
Loading…
Reference in new issue