165 lines
4.3 KiB
C#
165 lines
4.3 KiB
C#
|
// <auto-generated />
|
|||
|
//
|
|||
|
// To parse this JSON data, add NuGet 'Newtonsoft.Json' then do:
|
|||
|
//
|
|||
|
// using Model;
|
|||
|
//
|
|||
|
// var response = Response.FromJson(jsonString);
|
|||
|
|
|||
|
namespace Model
|
|||
|
{
|
|||
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
using System.Globalization;
|
|||
|
using Newtonsoft.Json;
|
|||
|
using Newtonsoft.Json.Converters;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 行政组织
|
|||
|
/// </summary>
|
|||
|
public partial class MasterData_ad_orgList
|
|||
|
{
|
|||
|
[JsonProperty("code")]
|
|||
|
public int Code { get; set; }
|
|||
|
|
|||
|
[JsonProperty("data")]
|
|||
|
public System.Collections.Generic.List<Datum_ad_org> Data { get; set; }
|
|||
|
|
|||
|
[JsonProperty("message")]
|
|||
|
public string Message { get; set; }
|
|||
|
}
|
|||
|
|
|||
|
public partial class Datum_ad_org
|
|||
|
{
|
|||
|
[JsonProperty("CNCEC_VIEW_BASIC_ORG_XXB")]
|
|||
|
public System.Collections.Generic.List<CncecViewBasicOrgXxb_ad_org> CncecViewBasicOrgXxb { get; set; }
|
|||
|
}
|
|||
|
|
|||
|
public partial class CncecViewBasicOrgXxb_ad_org
|
|||
|
{
|
|||
|
[JsonProperty("ad_org_code")]
|
|||
|
public string AdOrgCode { get; set; }
|
|||
|
|
|||
|
[JsonProperty("ad_org_level")]
|
|||
|
public string AdOrgLevel { get; set; }
|
|||
|
|
|||
|
[JsonProperty("ad_org_name")]
|
|||
|
public string AdOrgName { get; set; }
|
|||
|
|
|||
|
[JsonProperty("ad_org_status")]
|
|||
|
public string AdOrgStatus { get; set; }
|
|||
|
|
|||
|
[JsonProperty("begin_date")]
|
|||
|
public string BeginDate { get; set; }
|
|||
|
|
|||
|
[JsonProperty("blg_group")]
|
|||
|
public string BlgGroup { get; set; }
|
|||
|
|
|||
|
[JsonProperty("busi_scop")]
|
|||
|
public string BusiScop { get; set; }
|
|||
|
|
|||
|
[JsonProperty("continent")]
|
|||
|
public string Continent { get; set; }
|
|||
|
|
|||
|
[JsonProperty("end_date")]
|
|||
|
public string EndDate { get; set; }
|
|||
|
|
|||
|
[JsonProperty("ex_name")]
|
|||
|
public string ExName { get; set; }
|
|||
|
|
|||
|
[JsonProperty("indus_sect")]
|
|||
|
public string IndusSect { get; set; }
|
|||
|
|
|||
|
[JsonProperty("indus_type")]
|
|||
|
public string IndusType { get; set; }
|
|||
|
|
|||
|
[JsonProperty("inv_fin_org_code")]
|
|||
|
public string InvFinOrgCode { get; set; }
|
|||
|
|
|||
|
[JsonProperty("inv_rep_org_code")]
|
|||
|
public string InvRepOrgCode { get; set; }
|
|||
|
|
|||
|
[JsonProperty("inv_tax_org_code")]
|
|||
|
public string InvTaxOrgCode { get; set; }
|
|||
|
|
|||
|
[JsonProperty("is_corp")]
|
|||
|
public string IsCorp { get; set; }
|
|||
|
|
|||
|
[JsonProperty("is_enable")]
|
|||
|
public string IsEnable { get; set; }
|
|||
|
|
|||
|
[JsonProperty("is_fore")]
|
|||
|
public string IsFore { get; set; }
|
|||
|
|
|||
|
[JsonProperty("lgl_rep_name")]
|
|||
|
public string LglRepName { get; set; }
|
|||
|
|
|||
|
[JsonProperty("loc_add")]
|
|||
|
public string LocAdd { get; set; }
|
|||
|
|
|||
|
[JsonProperty("loc_region")]
|
|||
|
public string LocRegion { get; set; }
|
|||
|
|
|||
|
[JsonProperty("mn_staff_code")]
|
|||
|
public string MnStaffCode { get; set; }
|
|||
|
|
|||
|
[JsonProperty("org_type")]
|
|||
|
public string OrgType { get; set; }
|
|||
|
|
|||
|
[JsonProperty("p_ad_org_code")]
|
|||
|
public string PAdOrgCode { get; set; }
|
|||
|
|
|||
|
[JsonProperty("reg_add")]
|
|||
|
public string RegAdd { get; set; }
|
|||
|
|
|||
|
[JsonProperty("reg_cap")]
|
|||
|
public string RegCap { get; set; }
|
|||
|
|
|||
|
[JsonProperty("reg_cap_ccy")]
|
|||
|
public string RegCapCcy { get; set; }
|
|||
|
|
|||
|
[JsonProperty("reg_region")]
|
|||
|
public string RegRegion { get; set; }
|
|||
|
|
|||
|
[JsonProperty("seq_num")]
|
|||
|
public string SeqNum { get; set; }
|
|||
|
|
|||
|
[JsonProperty("shortname")]
|
|||
|
public string Shortname { get; set; }
|
|||
|
|
|||
|
[JsonProperty("soc_cr_code")]
|
|||
|
public string SocCrCode { get; set; }
|
|||
|
|
|||
|
[JsonProperty("SYS_CREATEDATE_")]
|
|||
|
public string SysCreatedate { get; set; }
|
|||
|
|
|||
|
[JsonProperty("SYS_CREATOR_")]
|
|||
|
public string SysCreator { get; set; }
|
|||
|
|
|||
|
[JsonProperty("SYS_ID_")]
|
|||
|
public string SysId { get; set; }
|
|||
|
|
|||
|
[JsonProperty("SYS_MENDER_")]
|
|||
|
public string SysMender { get; set; }
|
|||
|
|
|||
|
[JsonProperty("SYS_MODIFYDATE_")]
|
|||
|
public string SysModifydate { get; set; }
|
|||
|
|
|||
|
[JsonProperty("SYS_STATE_")]
|
|||
|
public int SysState { get; set; }
|
|||
|
|
|||
|
[JsonProperty("zjm")]
|
|||
|
public string Zjm { get; set; }
|
|||
|
}
|
|||
|
|
|||
|
public partial class MasterData_ad_orgList
|
|||
|
{
|
|||
|
public static MasterData_ad_orgList FromJson(string json)
|
|||
|
{
|
|||
|
return JsonConvert.DeserializeObject<MasterData_ad_orgList>(json, Model.Converter.Settings);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|