sjz
2025-09-12 0c1a03e880bbf795b771a9c8ee4b7b271c262b58
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; }
}