| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- namespace Core.StlMes.Client.Qcm.model
- {
- /// <summary>
- /// 水压试验标准表实体类
- /// </summary>
- class PressWaterObject
- {
- private string wic;
- public string Wic
- {
- get { return wic; }
- set { wic = value; }
- }
- private string psc;
- public string Psc
- {
- get { return psc; }
- set { psc = value; }
- }
- private string msc;
- public string Msc
- {
- get { return msc; }
- set { msc = value; }
- }
- private string stdstyle;
- public string Stdstyle
- {
- get { return stdstyle; }
- set { stdstyle = value; }
- }
- private string processCdoe;
- public string ProcessCdoe
- {
- get { return processCdoe; }
- set { processCdoe = value; }
- }
- private string processDesc;
- public string ProcessDesc
- {
- get { return processDesc; }
- set { processDesc = value; }
- }
- private string stdCodeNk;
- public string StdCodeNk
- {
- get { return stdCodeNk; }
- set { stdCodeNk = value; }
- }
- private string stdNameNk;
- public string StdNameNk
- {
- get { return stdNameNk; }
- set { stdNameNk = value; }
- }
- private string minD;
- public string MinD
- {
- get { return minD; }
- set { minD = value; }
- }
- private string maxD;
- public string MaxD
- {
- get { return maxD; }
- set { maxD = value; }
- }
- private string minH;
- public string MinH
- {
- get { return minH; }
- set { minH = value; }
- }
- private string maxH;
- public string MaxH
- {
- get { return maxH; }
- set { maxH = value; }
- }
- private string specJg;
- public string SpecJg
- {
- get { return specJg; }
- set { specJg = value; }
- }
- private string specJgDesc;
- public string SpecJgDesc
- {
- get { return specJgDesc; }
- set { specJgDesc = value; }
- }
- private string modelCode;
- public string ModelCode
- {
- get { return modelCode; }
- set { modelCode = value; }
- }
- private string modelDesc;
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = value; }
- }
- private string createName;
- public string CreateName
- {
- get { return createName; }
- set { createName = value; }
- }
- private string createTime;
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- private string updateName;
- public string UpdateName
- {
- get { return updateName; }
- set { updateName = value; }
- }
- private string updateTime;
- public string UpdateTime
- {
- get { return updateTime; }
- set { updateTime = value; }
- }
- private string deleteName;
- public string DeleteName
- {
- get { return deleteName; }
- set { deleteName = value; }
- }
- private string deleteTime;
- public string DeleteTime
- {
- get { return deleteTime; }
- set { deleteTime = value; }
- }
- private string validflag;
- public string Validflag
- {
- get { return validflag; }
- set { validflag = value; }
- }
- private string memo;
- public string Memo
- {
- get { return memo; }
- set { memo = value; }
- }
- private string producHead;
- public string ProducHead
- {
- get { return producHead; }
- set { producHead = value; }
- }
- private string codeJg;
- public string CodeJg
- {
- get { return codeJg; }
- set { codeJg = value; }
- }
- private string steelcodeNk = "";
- public string SteelcodeNk
- {
- get { return steelcodeNk; }
- set { steelcodeNk = value; }
- }
- private string steelnameNk = "";
- public string SteelnameNk
- {
- get { return steelnameNk; }
- set { steelnameNk = value; }
- }
- private string modelCodeNk = "";
- public string ModelCodeNk
- {
- get { return modelCodeNk; }
- set { modelCodeNk = value; }
- }
- private string modelDescNk = "";
- public string ModelDescNk
- {
- get { return modelDescNk; }
- set { modelDescNk = value; }
- }
- private string produccodeNk = "";
- public string ProduccodeNk
- {
- get { return produccodeNk; }
- set { produccodeNk = value; }
- }
- private string producnameNk = "";
- public string ProducnameNk
- {
- get { return producnameNk; }
- set { producnameNk = value; }
- }
- }
- }
|