| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- namespace Core.StlMes.Client.Qcm.model
- {
- /// <summary>
- /// 公差标准表(从表)
- /// </summary>
- public class SpecCObject
- {
- private string sic;
- public string Sic
- {
- get { return sic; }
- set { sic = value; }
- }
- private string indexSeq;
- public string IndexSeq
- {
- get { return indexSeq; }
- set { indexSeq = value; }
- }
- private string biasCode;
- public string BiasCode
- {
- get { return biasCode; }
- set { biasCode = value; }
- }
- private string biasName;
- public string BiasName
- {
- get { return biasName; }
- set { biasName = value; }
- }
- private string lv;
- public string Lv
- {
- get { return lv; }
- set { lv = value; }
- }
- private string biasCodeZ;
- public string BiasCodeZ
- {
- get { return biasCodeZ; }
- set { biasCodeZ = value; }
- }
- private string biasNameZ;
- public string BiasNameZ
- {
- get { return biasNameZ; }
- set { biasNameZ = value; }
- }
- private string zminSign;
- public string ZminSign
- {
- get { return zminSign; }
- set { zminSign = value; }
- }
- private string zmin;
- public string Zmin
- {
- get { return zmin; }
- set { zmin = value; }
- }
- private string zmaxSign;
- public string ZmaxSign
- {
- get { return zmaxSign; }
- set { zmaxSign = value; }
- }
- private string zmax;
- public string Zmax
- {
- get { return zmax; }
- set { zmax = value; }
- }
- private string biasCodeC;
- public string BiasCodeC
- {
- get { return biasCodeC; }
- set { biasCodeC = value; }
- }
- private string biasNameC;
- public string BiasNameC
- {
- get { return biasNameC; }
- set { biasNameC = value; }
- }
- private string cminSign;
- public string CminSign
- {
- get { return cminSign; }
- set { cminSign = value; }
- }
- private string cmin;
- public string Cmin
- {
- get { return cmin; }
- set { cmin = value; }
- }
- private string cmaxSign;
- public string CmaxSign
- {
- get { return cmaxSign; }
- set { cmaxSign = value; }
- }
- private string cmax;
- public string Cmax
- {
- get { return cmax; }
- set { cmax = value; }
- }
- private string biasCodeS;
- public string BiasCodeS
- {
- get { return biasCodeS; }
- set { biasCodeS = value; }
- }
- private string biasNameS;
- public string BiasNameS
- {
- get { return biasNameS; }
- set { biasNameS = value; }
- }
- private string sminSign;
- public string SminSign
- {
- get { return sminSign; }
- set { sminSign = value; }
- }
- private string smin;
- public string Smin
- {
- get { return smin; }
- set { smin = value; }
- }
- private string smaxSign;
- public string SmaxSign
- {
- get { return smaxSign; }
- set { smaxSign = value; }
- }
- private string smax;
- public string Smax
- {
- get { return smax; }
- set { smax = value; }
- }
- private string isCheck;
- public string IsCheck
- {
- get { return isCheck; }
- set { isCheck = value; }
- }
- private string stdMinVal;
- public string StdMinVal
- {
- get { return stdMinVal; }
- set { stdMinVal = value; }
- }
- private string stdMaxVal;
- public string StdMaxVal
- {
- get { return stdMaxVal; }
- set { stdMaxVal = value; }
- }
- private string stdMinIn;
- public string StdMinIn
- {
- get { return stdMinIn; }
- set { stdMinIn = value; }
- }
- private string stdMaxIn;
- public string StdMaxIn
- {
- get { return stdMaxIn; }
- set { stdMaxIn = value; }
- }
- private string stdMinPercent;
- public string StdMinPercent
- {
- get { return stdMinPercent; }
- set { stdMinPercent = value; }
- }
- private string stdMaxPercent;
- public string StdMaxPercent
- {
- get { return stdMaxPercent; }
- set { stdMaxPercent = value; }
- }
- private string stdMinFormula;
- public string StdMinFormula
- {
- get { return stdMinFormula; }
- set { stdMinFormula = value; }
- }
- private string stdMaxFormula;
- public string StdMaxFormula
- {
- get { return stdMaxFormula; }
- set { stdMaxFormula = value; }
- }
- private string stdMinFormulaV;
- public string StdMinFormulaV
- {
- get { return stdMinFormulaV; }
- set { stdMinFormulaV = value; }
- }
- private string stdMaxFormulaV;
- public string StdMaxFormulaV
- {
- get { return stdMaxFormulaV; }
- set { stdMaxFormulaV = value; }
- }
- private string stdMemo;
- public string StdMemo
- {
- get { return stdMemo; }
- set { stdMemo = 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 groupSeq;
- public string GroupSeq
- {
- get { return groupSeq; }
- set { groupSeq = value; }
- }
- }
- }
|