Release v1.0.0 #16
							
								
								
									
										9
									
								
								Endpoint/Common/Attributes/SwaggerDefaultAttribute.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								Endpoint/Common/Attributes/SwaggerDefaultAttribute.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | using System; | ||||||
|  |  | ||||||
|  | namespace Mirea.Api.Endpoint.Common.Attributes; | ||||||
|  |  | ||||||
|  | [AttributeUsage(AttributeTargets.Parameter)] | ||||||
|  | public class SwaggerDefaultAttribute(string value) : Attribute | ||||||
|  | { | ||||||
|  |     public string Value { get; } = value; | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user