安邦工具箱培训数据接收接口

This commit is contained in:
2024-09-03 16:22:00 +08:00
parent 197b55e6bd
commit 9f70d34ed2
23 changed files with 1951 additions and 58 deletions
+12
View File
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BLL
{
public static class AnBangService
{
}
}