Api/Tools/NetinaShop.WordPressDBConve.../Models/WordPressTermRelationDto.cs

8 lines
225 B
C#
Raw Permalink Normal View History

namespace Netina.WordPressDBConverter.Models;
public class WordPressTermRelationDto
{
public string object_id { get; set; }
public string term_taxonomy_id { get; set; }
public string term_order { get; set; }
}