南骏 池
2025-03-26 17a83d6932d17686e65b563e339716cbcf7a5b4c
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; }
}