| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- namespace Core.StlMes.Client.Qcm.model
- {
- /// <summary>
- /// 化学元素标准索引表 实体类
- /// </summary>
- class StdCicObject
- {
- //成分标准索引号(CICN000001)
- private string cic = "";
- public string Cic
- {
- get { return cic; }
- set { cic = 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; }
- }
- //标准类型(G:国标/国际/协议,K:客户,N:内控)
- private string stdsStyle = "";
- public string StdsStyle
- {
- get { return stdsStyle; }
- set { stdsStyle = 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 processCode = "";
- public string ProcessCode
- {
- get { return processCode; }
- set { processCode = value; }
- }
- //适用工序名称(内控用)
- private string processDesc = "";
- public string ProcessDesc
- {
- get { return processDesc; }
- set { processDesc = value; }
- }
- //适用钢种代码(内控用)
- private string gradeCode = "";
- public string GradeCode
- {
- get { return gradeCode; }
- set { gradeCode = value; }
- }
- //适用钢种名称(内控用)
- private string gradeName = "";
- public string GradeName
- {
- get { return gradeName; }
- set { gradeName = value; }
- }
- //成品成分偏差标准号代码
- private string stdCode = "";
- public string StdCode
- {
- get { return stdCode; }
- set { stdCode = value; }
- }
- //成品成分偏差标准号名称
- private string stdName = "";
- public string StdName
- {
- get { return stdName; }
- set { stdName = 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; }
- }
- //有效标志(1:有效,0:无效)
- 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 modelCode = "";
- public string ModelCode
- {
- get { return modelCode; }
- set { modelCode = value; }
- }
- private string modelDesc = "";
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = 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 produccodeNk = "";
- public string ProduccodeNk
- {
- get { return produccodeNk; }
- set { produccodeNk = value; }
- }
- private string producnameNk = "";
- public string ProducnameNk
- {
- get { return producnameNk; }
- set { producnameNk = 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 modelNameNk = "";
- public string ModelNameNk
- {
- get { return modelNameNk; }
- set { modelNameNk = value; }
- }
- private string smeltingCnt;
- public string SmeltingCnt
- {
- get { return smeltingCnt; }
- set { smeltingCnt = value; }
- }
- private string productCnt;
- public string ProductCnt
- {
- get { return productCnt; }
- set { productCnt = 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 minDSign = "";
- public string MinDSign
- {
- get { return minDSign; }
- set { minDSign = value; }
- }
- private string maxDSign = "";
- public string MaxDSign
- {
- get { return maxDSign; }
- set { maxDSign = value; }
- }
- private string minHSign = "";
- public string MinHSign
- {
- get { return minHSign; }
- set { minHSign = value; }
- }
- private string maxHSign = "";
- public string MaxHSign
- {
- get { return maxHSign; }
- set { maxHSign = value; }
- }
- private string rate = "";
- public string Rate
- {
- get { return rate; }
- set { rate = value; }
- }
- }
- }
|