/* * 后台API * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: Admin * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Reflection; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; namespace IO.Swagger.Client { /// /// provides a compile-time extension point for globally configuring /// API Clients. /// /// /// A customized implementation via partial class may reside in another file and may /// be excluded from automatic generation via a .swagger-codegen-ignore file. /// public partial class GlobalConfiguration : Configuration { } }