111
Administrator
2025-11-05 0b0451d2ddbde67d272ff72fde688c5f1fe67f90
1
2
3
4
5
6
7
8
namespace PadApplication.util;
 
public class AppSettings
{
    public string TestErpUrl { get; set; }
    public string ProductionErpUrl { get; set; }
    public string DataBaseConn { get; set; }
}