using System;
using NPP.SmartSchedue.Api.Contracts.Services.Time.Input;
namespace NPP.SmartSchedue.Api.Contracts.Services.Time.Output;
///
/// 班次规则分页输出
///
public class ShiftRuleGetPageOutput : ShiftRuleUpdateInput
{
///
/// 创建时间
///
public DateTime? CreatedTime { get; set; }
///
/// 修改时间
///
public DateTime? ModifiedTime { get; set; }
}