using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Application
{
///
///
///
public class PipeLineIDUnderCorpOfDayInput:PipeLineIDUnderCorpInput
{
///
/// 日期
///
[Required]
public DateTime Day { get; set; }
}
}