123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- using QM.KJGH.Model.KJGH;
- using QM.KJGH.Model.View;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using WS;
- using WS.IO.Office;
- namespace QM.KJGH.CGGL.Model.QxCghj
- {
- public class NmCgJcyjzbReport
- {
-
-
-
- [Export("指标编号", 1)]
- public string code { set; get; }
-
-
-
- [Export("行政区划代码", 2)]
- public string divisionCode { set; get; }
-
-
-
-
-
-
- [Export("监测时间", 3)]
- public string monitorTime { set; get; }
-
-
-
- [Export("监测值", 4)]
- public string monitorValue { set; get; }
-
-
-
- [Export("近期规划年", 5)]
- public string targetYear { set; get; }
-
-
-
- [Export("近期规划值", 6)]
- public string targetValue { set; get; }
-
-
-
- [Export("基期年", 7)]
- public string baseYear { set; get; }
-
-
-
- [Export("基期值", 8)]
- public string baseValue { set; get; }
-
-
-
- [Export("远期规划目标年", 9)]
- public string forwardTargetYear { set; get; }
-
-
-
- [Export("远期规划目标值", 10)]
- public string forwardTargetValue { set; get; }
- }
- }
|