啊鑫
2025-04-23 28e95c7fbb12b038ca4c82a73260791cfd52c384
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; }
}