10 lines
195 B
C#
10 lines
195 B
C#
![]() |
using Abp.Dependency;
|
|||
|
|
|||
|
namespace Yunda.ISAS.DataMonitoringServer.WebApi
|
|||
|
{
|
|||
|
public class WebApiConfigModel : ISingletonDependency
|
|||
|
{
|
|||
|
public int Port { get; set; } = 8093;
|
|||
|
}
|
|||
|
}
|