style: format

This commit is contained in:
Fu Diwei
2022-05-06 20:29:27 +08:00
parent d364c1a354
commit 7e6cfa5ca3
2352 changed files with 3542 additions and 4198 deletions

View File

@@ -73,7 +73,7 @@
public Types.DepartmentIdList? AllowDepartmentIdList { get; set; }
}
}
/// <summary>
/// 获取或设置业务邮箱列表。
/// </summary>

View File

@@ -43,7 +43,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
[Newtonsoft.Json.JsonProperty("userid")]
[System.Text.Json.Serialization.JsonPropertyName("userid")]
public string? UserId { get; set; }
/// <summary>
/// 获取或设置功能设置列表。
/// </summary>

View File

@@ -40,4 +40,4 @@
[System.Text.Json.Serialization.JsonPropertyName("rule_list")]
public Types.Rule[] RuleList { get; set; } = default!;
}
}
}

View File

@@ -76,4 +76,4 @@
[System.Text.Json.Serialization.JsonPropertyName("rule")]
public Types.Rule Rule { get; set; } = default!;
}
}
}

View File

@@ -93,4 +93,4 @@
[System.Text.Json.Serialization.JsonPropertyName("product_list")]
public Types.Product[] ProductList { get; set; } = default!;
}
}
}

View File

@@ -25,4 +25,4 @@
[System.Text.Json.Serialization.JsonPropertyName("product")]
public Types.Product Product { get; set; } = default!;
}
}
}

View File

@@ -259,7 +259,7 @@
/// </summary>
[Newtonsoft.Json.JsonProperty("s_timestamp")]
[System.Text.Json.Serialization.JsonPropertyName("s_timestamp")]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.TextualNullableLongConverter))]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.TextualNullableLongConverter))]
public long? Timestamp { get; set; }
}

View File

@@ -361,4 +361,4 @@
[System.Text.Json.Serialization.JsonPropertyName("external_profile")]
public Types.ExternalProfile? ExternalProfile { get; set; }
}
}
}