zyf
2025-08-25 26bccee691f9144e40a32c8a036d779a2d7bf01b
1
2
3
4
5
6
7
8
namespace MES.Service.Dto.@base;
 
public class AppSettings
{
    public string TestErpUrl { get; set; }
    public string ProductionErpUrl { get; set; }
    public string DataBaseConn { get; set; }
}