南骏 池
2025-04-14 7c67d60d2233f71547bcff90e03f9343dd4f13a2
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; }
}