using System; using System.Collections.Generic; namespace NCC.Education.Entitys.Dto.TbReadLog { /// /// 阅读数更新输入参数 /// public class TbReadLogUpInput : TbReadLogCrInput { /// /// 主键 /// public string id { get; set; } } }