hao
9 天以前 2b9f544a55f30f0b6e8010b84ed8b60f2c4cb78e
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; }
}