111
啊鑫
昨天 8b7abd97e7b69800789134ed8e809e19a5b5ba74
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; }
}