mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-23 11:51:09 +08:00
8 lines
169 B
C#
8 lines
169 B
C#
namespace ThingsGateway.Admin.Application;
|
|
|
|
public class GiteeOAuthSettings
|
|
{
|
|
public string ClientId { get; set; }
|
|
public string ClientSecret { get; set; }
|
|
}
|