This commit is contained in:
Putoo
2026-05-27 18:26:50 +08:00
parent 36a7575990
commit 0d5443ef36
28 changed files with 1043 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
namespace Application.Domain.Entity;
public class NpcBus
{
public string name { get; set; }
public string url { get; set; }
}