项目初次提交

This commit is contained in:
YOHO\20373
2025-06-27 11:51:40 +08:00
commit fb9891168a
106 changed files with 3404 additions and 0 deletions

14
Applications/AppCheck.cs Normal file
View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Applications
{
public class AppCheck
{
public string Id { get; set; }
public string appName { get; set; }
}
}