Class RobotConfig
机器人设置
Inheritance
object
RobotConfig
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Plugin.DbEntitys
Assembly: Plugin.dll
Syntax
public class RobotConfig
Constructors
RobotConfig()
Declaration
public RobotConfig()
Properties
AdminUsername
管理员列表
Declaration
public string AdminUsername { get; set; }
Property Value
Type | Description |
---|---|
string |
GrpcHost
gRPC地址
Declaration
public string GrpcHost { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
id 主键
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
JfNames
积分名称
Declaration
public Integral JfNames { get; set; }
Property Value
Type | Description |
---|---|
Integral |
PayUrl
支付api地址
Declaration
public string PayUrl { get; set; }
Property Value
Type | Description |
---|---|
string |