namespace Yw.Dto.Run { /// /// /// public class ObjectOfDayAndNullableRunInput : ObjectOfDayInput { /// /// /// public bool? Run { get; set; } } }