8 lines
174 B
C#
8 lines
174 B
C#
namespace Application.Domain.Entity;
|
|
|
|
public class NpcBus
|
|
{
|
|
public string code { get; set; }
|
|
public string name { get; set; }
|
|
public string url { get; set; }
|
|
} |