摘要: public class EnumSchemaFilter : ISchemaFilter { public void Apply(OpenApiSchema model, SchemaFilterContext context) { if (context.Type.IsEnum) { Strin 阅读全文
posted @ 2022-03-17 18:22 Hey,Coder! 阅读(494) 评论(0) 推荐(1) 编辑