namespace IStation.Application.SQI { /// /// /// public class TenantIDInput { /// /// /// [Required, Range(1, long.MaxValue, ErrorMessage = "TenantID 必须大于0")] public long TenantID { get; set; } } }