PrjCheckInfo.cs
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:8k
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace com.etong.Model
- {
- public class PrjCheckInfo
- {
- private int prjchid;//工程管理验收流程ID
- private string prjchname;//验收项目名称
- private string prjchsort;//项目类别(1、科技2、生产3、营销4、配电)
- private string jctransactor;//基层部门工程完成情况上报人和时间
- private string jcckname;//基层部门上报财务部门报表(电子文档)
- private string jcrkname;//基层部门上报物资部门报表(电子文档)
- private string jcqdname;//基层部门上报主管部门报表(电子文档)
- private string jchzname;//基层部门上报主管部门报表(电子文档)
- private string cwtransactor;//财务部门提交人和时间
- private string cwfname;//财务部门调整资金使用报表(电子文档)
- private string wztransactor;//物资部门提交人和时间
- private string wzfname;//物资部门物资调整报表(电子文档)
- private string zgtransactor;//主管部门提交人和时间
- private string zgzlfname;//主管部门资料(电子文档)
- private string zgtzfname;//主管部门图纸(电子文档)
- private string zghtfname;//主管部门合同(电子文档)
- private string zgwzfname;//主管部门物资(电子文档)
- private string zgqtfname;//主管部门其他资料(电子文档)
- private string gcgltransactor;//工程管理办公室材料报表汇总提交人和时间
- private string gcglfname;//工程管理办公室材料报表汇总,正式竣工报告(电子文档)
- private string gcglgdtransactor;//工程管理办公室材料归档确定人和时间
- private string gcglgdcontect;//工程管理办公室文件归档(只记录文件名)
- private string zggdtransactor;//主管部门资料归档人和时间
- private string zggdcontect;//主管部门资料归档内容(只记录文件名)
- private int status;//状态(1-正常流转,2-结束)
- private string nf; //年份
- private string jd;//季度
- private string hz;//汇总否(1、未汇总2、已汇总)
- public PrjCheckInfo()
- { }
- public PrjCheckInfo(int prjchid,
- string prjchname,
- string prjchsort,
- string jctransactor,
- string jcckname,
- string jcrkname,
- string jcqdname,
- string jchzname,
- string cwtransactor,
- string cwfname,
- string wztransactor,
- string wzfname,
- string zgtransactor,
- string zgzlfname,
- string zgtzfname,
- string zghtfname,
- string zgwzfname,
- string zgqtfname,
- string gcgltransactor,
- string gcglfname,
- string gcglgdtransactor,
- string gcglgdcontect,
- string zggdtransactor,
- string zggdcontect,
- int status,
- string nf,
- string jd,
- string hz)
- {
- this.prjchid=prjchid;
- this.prjchname = prjchname;
- this.prjchsort = prjchsort;
- this.jctransactor=jctransactor;
- this.jcckname=jcckname;
- this.jcrkname=jcrkname;
- this.jcqdname=jcqdname;
- this.jchzname = jchzname;
- this.cwtransactor=cwtransactor;
- this.cwfname=cwfname;
- this.wztransactor=wztransactor;
- this.wzfname=wzfname;
- this.zgtransactor=zgtransactor;
- this.zgzlfname=zgzlfname;
- this.zgtzfname=zgtzfname;
- this.zghtfname=zghtfname;
- this.zgwzfname=zgwzfname;
- this.zgqtfname=zgqtfname;
- this.gcgltransactor=gcgltransactor;
- this.gcglfname=gcglfname;
- this.gcglgdtransactor=gcglgdtransactor;
- this.gcglgdcontect=gcglgdcontect;
- this.zggdtransactor=zggdtransactor;
- this.zggdcontect=zggdcontect;
- this.status = status;
- this.nf = nf;
- this.jd = jd;
- this.hz = hz;
- }
- /*===========================================================
- * 映射属性
- * =========================================================*/
- public int PrjChID
- {
- get { return this.prjchid; }
- set { this.prjchid = value; }
- }
- public string PrjChName
- {
- get { return this.prjchname; }
- set { this.prjchname = value; }
- }
- public string PrjChSort
- {
- get { return this.prjchsort; }
- set { this.prjchsort = value; }
- }
- public string JcTransactor
- {
- get { return this.jctransactor; }
- set { this.jctransactor = value; }
- }
- public string JcCKName
- {
- get { return this.jcckname; }
- set { this.jcckname = value; }
- }
- public string JcRKName
- {
- get { return this.jcrkname; }
- set { this.jcrkname = value; }
- }
- public string JcQDName
- {
- get { return this.jcqdname; }
- set { this.jcqdname = value; }
- }
- public string JcHZName
- {
- get { return this.jchzname; }
- set { this.jchzname = value; }
- }
- public string CwTransactor
- {
- get { return this.cwtransactor; }
- set { this.cwtransactor = value; }
- }
- public string CwFName
- {
- get { return this.cwfname; }
- set { this.cwfname = value; }
- }
- public string WzTransatctor
- {
- get { return this.wztransactor; }
- set { this.wztransactor = value; }
- }
- public string WzFName
- {
- get { return this.wzfname; }
- set { this.wzfname = value; }
- }
- public string ZgTransactor
- {
- get { return this.zgtransactor; }
- set { this.zgtransactor = value; }
- }
- public string ZgZlFName
- {
- get { return this.zgzlfname; }
- set { this.zgzlfname = value; }
- }
- public string ZgTzFName
- {
- get { return this.zgtzfname; }
- set { this.zgtzfname = value; }
- }
- public string ZgHtFName
- {
- get { return this.zghtfname; }
- set { this.zghtfname = value; }
- }
- public string ZgWzFName
- {
- get { return this.zgwzfname; }
- set { this.zgwzfname = value; }
- }
- public string ZgQTFName
- {
- get { return this.zgqtfname; }
- set { this.zgqtfname = value; }
- }
- public string GcglTransactor
- {
- get { return this.gcgltransactor; }
- set { this.gcgltransactor = value; }
- }
- public string GcglFName
- {
- get { return this.gcglfname; }
- set { this.gcglfname = value; }
- }
- public string GcglGdTransactor
- {
- get { return this.gcglgdtransactor; }
- set { this.gcglgdtransactor = value; }
- }
- public string GcglGdContect
- {
- get { return this.gcglgdcontect; }
- set { this.gcglgdcontect = value; }
- }
- public string ZgGdTransactor
- {
- get { return this.zggdtransactor; }
- set { this.zggdtransactor = value; }
- }
- public string ZgGdContect
- {
- get { return this.zggdcontect; }
- set { this.zggdcontect = value; }
- }
- public int Status
- {
- get { return this.status; }
- set { this.status = value; }
- }
- public string NF
- {
- get { return this.nf; }
- set { this.nf = value; }
- }
- public string JD
- {
- get { return this.jd; }
- set { this.jd = value; }
- }
- public string HZ
- {
- get { return this.hz; }
- set { this.hz = value; }
- }
- }
- }