Commit 5e7a7c4b by 陶然

优化

parent cdec0146
......@@ -73,5 +73,8 @@ namespace Njzj.Ngstc
[ApiMember(Description = "备注")]
public string Remark { get; set; }
[ApiMember(Description = "是否上传")]
public int IsUpload { get; set; }
}
}
......@@ -63,5 +63,11 @@
<None Include="packages.config" />
<None Include="Resoures\南京国检财务对接.docx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Kivii.K5\Kivii.Biz.Finances.V2.0\Src\Kivii.Biz.Finances.V2.0.csproj">
<Project>{8d9479e9-5c4f-4d96-8bc1-c771be0d91b1}</Project>
<Name>Kivii.Biz.Finances.V2.0</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
......@@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2023.12130")]
[assembly: AssemblyFileVersion("5.4.2023.12130")]
[assembly: AssemblyVersion("5.4.2024.3130")]
[assembly: AssemblyFileVersion("5.4.2024.3130")]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment