- using System;
- using System.Collections.Generic;
- namespace MySystem.PxcModels
- {
- public partial class JavaApiSet
- {
- public int Id { get; set; }
- public string ToApiHost { get; set; }
- public string ToApiUrl { get; set; }
- public string SourceApiUrl { get; set; }
- public string ApiName { get; set; }
- }
- }
|