zyf
2025-04-23 2812f65c7481ce10953fa1fbe9cc89a8768e07f6
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; }
}