AnnotationsFtsStemmedIdx.cs
using System;
using System.Collections.Generic;
#nullable disable
namespace Calibre.Model.Database.Entities
{
public partial class AnnotationsFtsStemmedIdx
{
public byte[] Segid { get; set; }
public byte[] Term { get; set; }
public byte[] Pgno { get; set; }
}
}