This commit is contained in:
mmrbnjd
2025-08-28 14:56:41 +03:30
parent 6bb19f9d8b
commit 564429be01
9 changed files with 360 additions and 20 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Hushian.Application.Models.aia
{
public class aigrpcserver
{
public string target { get; set; }
}
}