namespace HStation.Dto.Xhs { /// /// /// public class SiteIDInput { /// /// /// [Required, Range(1, long.MaxValue, ErrorMessage = "SiteID 必须大于0")] public long SiteID { get; set; } } }