using System; using System.Collections.Generic; namespace NCC.Education.Entitys.Dto.TbPunch { /// /// 打卡记录更新输入参数 /// public class TbPunchUpInput : TbPunchCrInput { /// /// 主键 /// public string id { get; set; } } }