mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 02:14:44 +08:00
chore: 调整目录结构
This commit is contained in:
@@ -33,11 +33,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
public class CorpExtraName
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取或设置企业简称。
|
||||
/// 获取或设置企业简称列表。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("name_list")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("name_list")]
|
||||
public string[]? Names { get; set; } = default!;
|
||||
public string[]? NameList { get; set; } = default!;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ContentWithTargetPath Include="ExtendedSDK\Finance\_Libs\*.*">
|
||||
<ContentWithTargetPath Include="ExtendedSDK\Finance\__DLL\*.*">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>%(Filename)%(Extension)</TargetPath>
|
||||
</ContentWithTargetPath>
|
||||
|
||||
Reference in New Issue
Block a user