AnnotationsFtsStemmedDocsize.cs

14 lines | 259 B Blame History Raw Download
using System;
using System.Collections.Generic;

#nullable disable

namespace Calibre.Model.Database.Entities
{
    public partial class AnnotationsFtsStemmedDocsize
    {
        public long Id { get; set; }
        public byte[] Sz { get; set; }
    }
}