using System; using System.Collections.Generic; namespace MySystem.PxcModels { public partial class JavaApiSetFields { public int Id { get; set; } public string TargetFieldType { get; set; } public string TargetFieldName { get; set; } public string SourceFieldTitle { get; set; } public string SourceFieldName { get; set; } public int ApiId { get; set; } } }