34 lines
868 B
C#
34 lines
868 B
C#
/*
|
|
* 后台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
|
|
{
|
|
/// <summary>
|
|
/// <see cref="GlobalConfiguration"/> provides a compile-time extension point for globally configuring
|
|
/// API Clients.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// A customized implementation via partial class may reside in another file and may
|
|
/// be excluded from automatic generation via a .swagger-codegen-ignore file.
|
|
/// </remarks>
|
|
public partial class GlobalConfiguration : Configuration
|
|
{
|
|
|
|
}
|
|
} |