- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace NXWMS.Service.ERP
- {
- public class ERPOption
- {
- public string BaseUrl { get; set; }
- public Newtonsoft.Json.JsonSerializerSettings SerializerSettings { get; } = new Newtonsoft.Json.JsonSerializerSettings();
- }
- }
|