Files
IGP-Fan-Reference/Model/Entity/Parts/EntityIdAbilityModel.cs

7 lines
192 B
C#

namespace Model.Entity.Parts;
public class EntityIdAbilityModel : IEntityPartInterface
{
public string Type { get; set; } = "EntityIdAbilityModel";
public string Id { get; set; }
}