tjx
2025-11-05 30ecd82c14c5b62bf5444f29edcbb7a044653b93
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; }
}