TbBothSettingUpInput.cs 373 Bytes
using System;
using System.Collections.Generic;

namespace NCC.Education.Entitys.Dto.TbBothSetting
{
    /// <summary>
    /// 连续打卡设定更新输入参数
    /// </summary>
    public class TbBothSettingUpInput : TbBothSettingCrInput
    {
        /// <summary>
        /// 主键
        /// </summary>
        public string id { get; set; }
        
    }
}