51 lines
1.6 KiB
C#
51 lines
1.6 KiB
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace OpenAuth.App.ServiceApp.Response
|
|||
|
|
{
|
|||
|
|
public class CaseInfoMineralTubanExport
|
|||
|
|
{
|
|||
|
|
public string syear_base { get; set; }
|
|||
|
|
public string tubannum_base { get; set; }
|
|||
|
|
public string laiyuan_base { get; set; }
|
|||
|
|
|
|||
|
|
public string weizhixianname_base { get; set; }
|
|||
|
|
public string weizhizhenname_base { get; set; }
|
|||
|
|
|
|||
|
|
|
|||
|
|
public string weizhicunname_base { get; set; }
|
|||
|
|
|
|||
|
|
public string type_base { get; set; }
|
|||
|
|
public string kuangzhong_kcfill { get; set; }
|
|||
|
|
public string shuoming_fill { get; set; }
|
|||
|
|
public string zhongdianname_base { get; set; }
|
|||
|
|
public string ziranbaohuname_base { get; set; }
|
|||
|
|
public string weifaarea_base { get; set; }
|
|||
|
|
|
|||
|
|
public string jbntarea_base { get; set; }
|
|||
|
|
public string hefapanding_jgfill { get; set; }
|
|||
|
|
|
|||
|
|
public string kaicaiarea_kcfill { get; set; }
|
|||
|
|
public string weifaarea_punish { get; set; }
|
|||
|
|
public string status_base { get; set; }
|
|||
|
|
public string hefapanding_fill { get; set; }
|
|||
|
|
public string xiafatime_base { get; set; }
|
|||
|
|
|
|||
|
|
public string kaicaizhuti_kcfill { get; set; }
|
|||
|
|
|
|||
|
|
public string wefatype_kcfill { get; set; }
|
|||
|
|
|
|||
|
|
public string weifatype_jgfill { get; set; }
|
|||
|
|
public string zhenggaitype_jgzhg { get; set; }
|
|||
|
|
|
|||
|
|
public string chulishixian_base { get; set; }
|
|||
|
|
|
|||
|
|
public string geomid { get; set; }
|
|||
|
|
|
|||
|
|
public string jiagongzhuti_jgfill { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|