ProjectInfo.cs
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:7k
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace com.etong.Model
- {
- public class ProjectInfo
- {
- private int projectid;
- private string projectname;
- private string prjsort;
- private string jctransactor;
- private string jcfname;
- private string questorg;
- private string zgtransactor;
- private string zgfname;
- private string jqbxtransactor;
- private string jqbxfname;
- private string gcglxtransactor;
- private string gcglxfname;
- private string jqbbtransactor;
- private string jqbbfname;
- private string gcglhtransactor;
- private string gcglhfname;
- private string fgtransactor;
- private string fgidea;
- private string zjwyhtransactor;
- private string zjwyhidea;
- private string gstransactor;
- private string gsidea;
- private string gcglqtransactor;
- private string gcglqidea;
- private string jqbztransactor;
- private string jqbzfname;
- private int status;
- public ProjectInfo()
- {
- }
- /// <summary>
- /// 项目工程计划
- /// </summary>
- /// <param name="status">项目状态(0、正常;1、项目申请完成;2、作废;</param>
- public ProjectInfo(int projectid,string projectname,string prjsort,string jctransactor,string jcfname,string questorg,string zgtransactor,
- string zgfname,string jqbxtransactor,string jqbxfname,string gcglxtransactor,string gcglxfname,string jqbbtransactor,
- string jqbbfname,string gcglhtransactor,string gcglhfname,string fgtransactor,string fgidea,string zjwyhtransactor,
- string zjwyhidea,string gstransactor,string gsidea,string gcglqtransactor,string gcglqidea,string jqbztransactor,
- string jqbzfname,int status)
- {
- this.projectid = projectid;
- this.projectname = projectname;
- this.prjsort = prjsort;
- this.jctransactor = jctransactor;
- this.jcfname = jcfname;
- this.questorg = questorg;
- this.zgtransactor = zgtransactor;
- this.zgfname = zgfname;
- this.jqbxtransactor = jqbxtransactor;
- this.jqbxfname = jqbxfname;
- this.gcglxtransactor = gcglxtransactor;
- this.gcglxfname = gcglxfname;
- this.jqbbtransactor = jqbbtransactor;
- this.jqbbfname = jqbbfname;
- this.gcglhtransactor = gcglhtransactor;
- this.gcglhfname = gcglhfname;
- this.fgtransactor = fgtransactor;
- this.fgidea = fgidea;
- this.zjwyhtransactor = zjwyhtransactor;
- this.zjwyhidea = zjwyhidea;
- this.gstransactor = gstransactor;
- this.gsidea = gsidea;
- this.gcglqtransactor = gcglqtransactor;
- this.gcglqidea = gcglqidea;
- this.jqbztransactor = jqbztransactor;
- this.jqbzfname = jqbzfname;
- this.status = status;
- }
- public int ProjectID
- {
- get { return this.projectid; }
- set { this.projectid = value; }
- }
- public string ProjectName
- {
- get { return this.projectname; }
- set { this.projectname = value; }
- }
- public string PrjSort
- {
- get { return this.prjsort; }
- set { this.prjsort = value; }
- }
- public string JcTransactor
- {
- get { return this.jctransactor; }
- set { this.jctransactor = value; }
- }
- public string JcFName
- {
- get { return this.jcfname; }
- set { this.jcfname = value; }
- }
- public string QuestOrg
- {
- get { return this.questorg; }
- set { this.questorg = value; }
- }
- public string ZgTransactor
- {
- get { return this.zgtransactor; }
- set { this.zgtransactor = value; }
- }
- public string ZgFName
- {
- get { return this.zgfname; }
- set { this.zgfname = value; }
- }
- public string JqbxTransactor
- {
- get { return this.jqbxtransactor; }
- set { this.jqbxtransactor = value; }
- }
- public string JqbxFName
- {
- get { return this.jqbxfname; }
- set { this.jqbxfname = value; }
- }
- public string GcglxTransactor
- {
- get { return this.gcglxtransactor; }
- set { this.gcglxtransactor = value; }
- }
- public string GcglxFName
- {
- get { return this.gcglxfname; }
- set { this.gcglxfname = value; }
- }
- public string JqbbTransactor
- {
- get { return this.jqbbtransactor; }
- set { this.jqbbtransactor = value; }
- }
- public string JqbbFName
- {
- get { return this.jqbbfname; }
- set { this.jqbbfname = value; }
- }
- public string GcglhTransactor
- {
- get { return this.gcglhtransactor; }
- set { this.gcglhtransactor = value; }
- }
- public string GcglhFName
- {
- get { return this.gcglhfname; }
- set { this.gcglhfname = value; }
- }
- public string FgTransactor
- {
- get { return this.fgtransactor; }
- set { this.fgtransactor = value; }
- }
- public string FgIdea
- {
- get { return this.fgidea; }
- set { this.fgidea = value; }
- }
- public string ZjwyhTransactor
- {
- get { return this.zjwyhtransactor; }
- set { this.zjwyhtransactor = value; }
- }
- public string ZjwyhIdea
- {
- get { return this.zjwyhidea; }
- set { this.zjwyhidea = value; }
- }
- public string GsTransactor
- {
- get { return this.gstransactor; }
- set { this.gstransactor = value; }
- }
- public string GsIdea
- {
- get { return this.gsidea; }
- set { this.gsidea = value; }
- }
- public string GcglqTransactor
- {
- get { return this.gcglqtransactor; }
- set { this.gcglqtransactor = value; }
- }
- public string GcglqIdea
- {
- get { return this.gcglqidea; }
- set { this.gcglqidea = value; }
- }
- public string JqbzTransactor
- {
- get { return this.jqbztransactor; }
- set { this.jqbztransactor = value; }
- }
- public string JqbzFName
- {
- get { return this.jqbzfname; }
- set { this.jqbzfname = value; }
- }
- public int Status
- {
- get { return this.status; }
- set { this.status = value; }
- }
- }
- }