feat: add ERP agent pet bridge and startup guide

This commit is contained in:
郎速科技
2026-08-14 14:28:28 +08:00
parent a803070819
commit 4c08f4c948
252 changed files with 134752 additions and 72 deletions
@@ -0,0 +1,11 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Lskj.AgentBridge")]
[assembly: AssemblyDescription("朗速 ERP 本机受控命令桥")]
[assembly: AssemblyCompany("朗速科技")]
[assembly: AssemblyProduct("Lskj.AgentBridge")]
[assembly: ComVisible(false)]
[assembly: Guid("8da49516-b088-49cc-be29-2e7ec3cc1777")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]