namespace Yw.Dto.Unit { /// /// /// public class CodeExceptUnderTypeIDInput : CodeExceptInput { /// /// /// [Required, Range(1, long.MaxValue, ErrorMessage = "TypeID 必须大于0")] public long TypeID { get; set; } } }