using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenAuth.App.Request { public class MineralsInfo { /// /// Desc:开采主体(开采) /// Default: /// Nullable:True /// public string kaicaizhuti_kcfill { get; set; } /// /// Desc:年度 /// Default: /// Nullable:True /// public string syear_base { get; set; } /// /// Desc:单位名称 /// Default: /// Nullable:True /// public string danweiname_jgzhg { get; set; } /// /// Desc:是否重点矿区(开采) /// Default: /// Nullable:True /// public string zhongdianflag_base { get; set; } /// /// Desc:重点矿区名称(开采) /// Default: /// Nullable:True /// public string zhongdianname_base { get; set; } /// /// Desc:是否在国家自然保护区范围内 /// Default: /// Nullable:True /// public string ziranbaohuflag_base { get; set; } /// /// Desc:所属国家自然保护区名称 /// Default: /// Nullable:True /// public string ziranbaohuname_base { get; set; } /// /// Desc:违法开采面积(开采);单位-亩 /// Default: /// Nullable:True /// public string weifakaicaiarea_base { get; set; } /// /// Desc:城市开发边界面积(加工);单位-平方米 /// Default: /// Nullable:True /// public string cskfbjarea_base { get; set; } /// /// Desc:是否符合土地利用总体规划(加工) /// Default: /// Nullable:True /// public string tudiliyongflag_base { get; set; } /// /// Desc:设计产能(加工);单位-万吨 /// Default: /// Nullable:True /// public decimal? shejichanneng_base { get; set; } /// /// Desc:违法占地面积(加工);单位-亩 /// Default: /// Nullable:True /// public string weifazhandiarea_base { get; set; } /// /// Desc:处理时限;默认3个月(审核通过后开始计算) /// Default: /// Nullable:True /// public DateTime? chulishixian_base { get; set; } } }