Ultron.Proxy/Ultron.Proxy/Models/App.cs

12 lines
257 B
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Ultron.Proxy.Models
{
/// <summary>
/// 一个App
/// </summary>
public class App
{
//id需要大于1否则会有很多问题
public int AppId; //1
public int Port; //2
}
}