南骏 池
4 天以前 6dae2517aa69e7a81e87b8cc2bcb63f401fa77dd
1
2
3
4
5
6
7
8
namespace NewPdaSqlServer.util;
 
public class AppSettings
{
    public string TestErpUrl { get; set; }
    public string ProductionErpUrl { get; set; }
    public string DataBaseConn { get; set; }
}