using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace BO.Utils
|
|
{
|
|
public class ServerUrlConfig
|
|
{
|
|
public string ServerUrl { get; set; }
|
|
|
|
public string OfflineSqlConnection { get; set; }
|
|
public string OutAddress { get; set; }//外网地址,追溯用的
|
|
}
|
|
}
|