摘要: public class EnumSchemaFilter : ISchemaFilter { public void Apply(OpenApiSchema model, SchemaFilterContext context) { if (context.Type.IsEnum) { Strin 阅读全文
posted @ 2022-09-23 16:55 进步者One 阅读(553) 评论(0) 推荐(0) 编辑