| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Linq;
- using System.Text;
- using Core.Mes.Client.Comm.Attribute;
- namespace Core.StlMes.Client.SaleOrder
- {
- /// <summary>
- /// 数据库表SLM_ORD_DESIGN_STD_SIC所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:Chenxi-PC2 时间:2015-09-17
- /// </summary>
- public class SlmOrdDesignStdSicEntity
- {
- /// <summary>
- /// DESGIN_KEY
- /// </summary>
- private string desginKey = "";
- /// <summary>
- /// 公差标准索引号
- /// </summary>
- private string sic = "";
- /// <summary>
- /// 协议或Alpha代码(用途码)
- /// </summary>
- private string useCode = "";
- /// <summary>
- /// 协议或Alpha描述(用途描述)
- /// </summary>
- private string useDesc = "";
- /// <summary>
- /// 是否特殊要求(0:交付标准;1:特殊要求;2:内控标准)
- /// </summary>
- private string speclFl = "";
- /// <summary>
- /// 序号
- /// </summary>
- private decimal? indexSeq = null;
- /// <summary>
- /// 公差项代码(主项)(4040)
- /// </summary>
- private string biasCode = "";
- /// <summary>
- /// 公差项名称(主项)
- /// </summary>
- private string biasName = "";
- /// <summary>
- /// 精度等级(4041)
- /// </summary>
- private string lv = "";
- /// <summary>
- /// 公差约束项一代码(4003)
- /// </summary>
- private string biasCodeZ = "";
- /// <summary>
- /// 公差约束项一名称
- /// </summary>
- private string biasNameZ = "";
- /// <summary>
- /// 公差约束项一下限符号
- /// </summary>
- private string zminSign = "";
- /// <summary>
- /// 公差约束项一下限值
- /// </summary>
- private string zmin = "";
- /// <summary>
- /// 公差约束项一上限符号
- /// </summary>
- private string zmaxSign = "";
- /// <summary>
- /// 公差约束项一上限值
- /// </summary>
- private string zmax = "";
- /// <summary>
- /// 公差约束项二代码(4003)
- /// </summary>
- private string biasCodeC = "";
- /// <summary>
- /// 公差约束项二名称
- /// </summary>
- private string biasNameC = "";
- /// <summary>
- /// 公差约束项二下限符号
- /// </summary>
- private string cminSign = "";
- /// <summary>
- /// 公差约束项二下限值
- /// </summary>
- private string cmin = "";
- /// <summary>
- /// 公差约束项二上限符号
- /// </summary>
- private string cmaxSign = "";
- /// <summary>
- /// 公差约束项二上限值
- /// </summary>
- private string cmax = "";
- /// <summary>
- /// 公差约束项三代码(4003)
- /// </summary>
- private string biasCodeS = "";
- /// <summary>
- /// 公差约束项三名称
- /// </summary>
- private string biasNameS = "";
- /// <summary>
- /// 公差约束项三下限符号
- /// </summary>
- private string sminSign = "";
- /// <summary>
- /// 公差约束项三下限值
- /// </summary>
- private string smin = "";
- /// <summary>
- /// 公差约束项三上限符号
- /// </summary>
- private string smaxSign = "";
- /// <summary>
- /// 公差约束项三上限值
- /// </summary>
- private string smax = "";
- /// <summary>
- /// 是否必检项(1:是,0:否)
- /// </summary>
- private string ischeck = "";
- /// <summary>
- /// 标准负值(mm)
- /// </summary>
- private string stdMinVal = "";
- /// <summary>
- /// 标准正值(mm)
- /// </summary>
- private string stdMaxVal = "";
- /// <summary>
- /// 标准负值(in)
- /// </summary>
- private string stdMinIn = "";
- /// <summary>
- /// 标准正值(in)
- /// </summary>
- private string stdMaxIn = "";
- /// <summary>
- /// 标准负值(%)
- /// </summary>
- private string stdMinPercent = "";
- /// <summary>
- /// 标准正值(%)
- /// </summary>
- private string stdMaxPercent = "";
- /// <summary>
- /// 标准公式负值(mm)
- /// </summary>
- private string stdMinFormula = "";
- /// <summary>
- /// 标准公式正值(mm)
- /// </summary>
- private string stdMaxFormula = "";
- /// <summary>
- /// 取小值
- /// </summary>
- private string stdMinFormulaV = "";
- /// <summary>
- /// 取大值
- /// </summary>
- private string stdMaxFormulaV = "";
- /// <summary>
- /// 标准备注
- /// </summary>
- private string stdmemo = "";
- /// <summary>
- /// DESGIN_KEY
- /// </summary>
- [Description("DESGIN_KEY")]
- [Nullable(false)]
- [DataLength(40)]
- public string DesginKey
- {
- get { return desginKey; }
- set { desginKey = value; }
- }
- /// <summary>
- /// 公差标准索引号
- /// </summary>
- [Description("公差标准索引号")]
- [Nullable(false)]
- [DataLength(20)]
- public string Sic
- {
- get { return sic; }
- set { sic = value; }
- }
- /// <summary>
- /// 协议或Alpha代码(用途码)
- /// </summary>
- [Description("用途码")]
- [Nullable(true)]
- [DataLength(20)]
- public string UseCode
- {
- get { return useCode; }
- set { useCode = value; }
- }
- /// <summary>
- /// 协议或Alpha描述(用途描述)
- /// </summary>
- [Description("用途描述")]
- [Nullable(true)]
- [DataLength(100)]
- public string UseDesc
- {
- get { return useDesc; }
- set { useDesc = value; }
- }
- /// <summary>
- /// 是否特殊要求(0:交付标准;1:特殊要求;2:内控标准)
- /// </summary>
- [Description("是否特殊要求")]
- [Nullable(false)]
- [DataLength(1)]
- public string SpeclFl
- {
- get { return speclFl; }
- set { speclFl = value; }
- }
- /// <summary>
- /// 序号
- /// </summary>
- [Description("序号")]
- [Nullable(false)]
- [DataLength(22)]
- public decimal? IndexSeq
- {
- get { return indexSeq; }
- set { indexSeq = value; }
- }
- /// <summary>
- /// 公差项代码(主项)(4040)
- /// </summary>
- [Description("公差项代码(主项)")]
- [Nullable(false)]
- [DataLength(20)]
- public string BiasCode
- {
- get { return biasCode; }
- set { biasCode = value; }
- }
- /// <summary>
- /// 公差项名称(主项)
- /// </summary>
- [Description("公差项")]
- [Nullable(true)]
- [DataLength(100)]
- public string BiasName
- {
- get { return biasName; }
- set { biasName = value; }
- }
- /// <summary>
- /// 精度等级(4041)
- /// </summary>
- [Description("精度等级")]
- [Nullable(true)]
- [DataLength(20)]
- public string Lv
- {
- get { return lv; }
- set { lv = value; }
- }
- /// <summary>
- /// 公差约束项一代码(4003)
- /// </summary>
- [Description("公差约束项一")]
- [Nullable(true)]
- [DataLength(20)]
- public string BiasCodeZ
- {
- get { return biasCodeZ; }
- set { biasCodeZ = value; }
- }
- /// <summary>
- /// 公差约束项一名称
- /// </summary>
- [Description("公差约束项")]
- [Nullable(true)]
- [DataLength(100)]
- public string BiasNameZ
- {
- get { return biasNameZ; }
- set { biasNameZ = value; }
- }
- /// <summary>
- /// 公差约束项一下限符号
- /// </summary>
- [Description("下限符号")]
- [Nullable(true)]
- [DataLength(2)]
- public string ZminSign
- {
- get { return zminSign; }
- set { zminSign = value; }
- }
- /// <summary>
- /// 公差约束项一下限值
- /// </summary>
- [Description("下限值")]
- [Nullable(true)]
- [DataLength(10)]
- public string Zmin
- {
- get { return zmin; }
- set { zmin = value; }
- }
- /// <summary>
- /// 公差约束项一上限符号
- /// </summary>
- [Description("上限符号")]
- [Nullable(true)]
- [DataLength(2)]
- public string ZmaxSign
- {
- get { return zmaxSign; }
- set { zmaxSign = value; }
- }
- /// <summary>
- /// 公差约束项一上限值
- /// </summary>
- [Description("上限值")]
- [Nullable(true)]
- [DataLength(10)]
- public string Zmax
- {
- get { return zmax; }
- set { zmax = value; }
- }
- /// <summary>
- /// 公差约束项二代码(4003)
- /// </summary>
- [Description("公差约束项二代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string BiasCodeC
- {
- get { return biasCodeC; }
- set { biasCodeC = value; }
- }
- /// <summary>
- /// 公差约束项二名称
- /// </summary>
- [Description("公差约束项")]
- [Nullable(true)]
- [DataLength(100)]
- public string BiasNameC
- {
- get { return biasNameC; }
- set { biasNameC = value; }
- }
- /// <summary>
- /// 公差约束项二下限符号
- /// </summary>
- [Description("下限符号")]
- [Nullable(true)]
- [DataLength(2)]
- public string CminSign
- {
- get { return cminSign; }
- set { cminSign = value; }
- }
- /// <summary>
- /// 公差约束项二下限值
- /// </summary>
- [Description("下限值")]
- [Nullable(true)]
- [DataLength(10)]
- public string Cmin
- {
- get { return cmin; }
- set { cmin = value; }
- }
- /// <summary>
- /// 公差约束项二上限符号
- /// </summary>
- [Description("上限符号")]
- [Nullable(true)]
- [DataLength(2)]
- public string CmaxSign
- {
- get { return cmaxSign; }
- set { cmaxSign = value; }
- }
- /// <summary>
- /// 公差约束项二上限值
- /// </summary>
- [Description("上限值")]
- [Nullable(true)]
- [DataLength(10)]
- public string Cmax
- {
- get { return cmax; }
- set { cmax = value; }
- }
- /// <summary>
- /// 公差约束项三代码(4003)
- /// </summary>
- [Description("公差约束项三代码")]
- [Nullable(true)]
- [DataLength(20)]
- public string BiasCodeS
- {
- get { return biasCodeS; }
- set { biasCodeS = value; }
- }
- /// <summary>
- /// 公差约束项三名称
- /// </summary>
- [Description("公差约束项")]
- [Nullable(true)]
- [DataLength(100)]
- public string BiasNameS
- {
- get { return biasNameS; }
- set { biasNameS = value; }
- }
- /// <summary>
- /// 公差约束项三下限符号
- /// </summary>
- [Description("下限符号")]
- [Nullable(true)]
- [DataLength(2)]
- public string SminSign
- {
- get { return sminSign; }
- set { sminSign = value; }
- }
- /// <summary>
- /// 公差约束项三下限值
- /// </summary>
- [Description("下限值")]
- [Nullable(true)]
- [DataLength(10)]
- public string Smin
- {
- get { return smin; }
- set { smin = value; }
- }
- /// <summary>
- /// 公差约束项三上限符号
- /// </summary>
- [Description("上限符号")]
- [Nullable(true)]
- [DataLength(2)]
- public string SmaxSign
- {
- get { return smaxSign; }
- set { smaxSign = value; }
- }
- /// <summary>
- /// 公差约束项三上限值
- /// </summary>
- [Description("上限值")]
- [Nullable(true)]
- [DataLength(10)]
- public string Smax
- {
- get { return smax; }
- set { smax = value; }
- }
- /// <summary>
- /// 是否必检项(1:是,0:否)
- /// </summary>
- [Description("是否必检项")]
- [Nullable(true)]
- [DataLength(1)]
- public string Ischeck
- {
- get { return ischeck; }
- set { ischeck = value; }
- }
- /// <summary>
- /// 标准负值(mm)
- /// </summary>
- [Description("下偏差值(mm)")]
- [Nullable(true)]
- [DataLength(10)]
- public string StdMinVal
- {
- get { return stdMinVal; }
- set { stdMinVal = value; }
- }
- /// <summary>
- /// 标准正值(mm)
- /// </summary>
- [Description("上偏差值(mm)")]
- [Nullable(true)]
- [DataLength(10)]
- public string StdMaxVal
- {
- get { return stdMaxVal; }
- set { stdMaxVal = value; }
- }
- /// <summary>
- /// 标准负值(in)
- /// </summary>
- [Description("标准负值(in)")]
- [Nullable(true)]
- [DataLength(10)]
- public string StdMinIn
- {
- get { return stdMinIn; }
- set { stdMinIn = value; }
- }
- /// <summary>
- /// 标准正值(in)
- /// </summary>
- [Description("标准正值(in) ")]
- [Nullable(true)]
- [DataLength(10)]
- public string StdMaxIn
- {
- get { return stdMaxIn; }
- set { stdMaxIn = value; }
- }
- /// <summary>
- /// 标准负值(%)
- /// </summary>
- [Description("下偏差值(%)")]
- [Nullable(true)]
- [DataLength(10)]
- public string StdMinPercent
- {
- get { return stdMinPercent; }
- set { stdMinPercent = value; }
- }
- /// <summary>
- /// 标准正值(%)
- /// </summary>
- [Description("上偏差值(%) ")]
- [Nullable(true)]
- [DataLength(10)]
- public string StdMaxPercent
- {
- get { return stdMaxPercent; }
- set { stdMaxPercent = value; }
- }
- /// <summary>
- /// 标准公式负值(mm)
- /// </summary>
- [Description("公式下偏差值(mm) ")]
- [Nullable(true)]
- [DataLength(100)]
- public string StdMinFormula
- {
- get { return stdMinFormula; }
- set { stdMinFormula = value; }
- }
- /// <summary>
- /// 标准公式正值(mm)
- /// </summary>
- [Description("公式上偏差值(mm)")]
- [Nullable(true)]
- [DataLength(100)]
- public string StdMaxFormula
- {
- get { return stdMaxFormula; }
- set { stdMaxFormula = value; }
- }
- /// <summary>
- /// 取小值
- /// </summary>
- [Description("取小值")]
- [Nullable(true)]
- [DataLength(1)]
- public string StdMinFormulaV
- {
- get { return stdMinFormulaV; }
- set { stdMinFormulaV = value; }
- }
- /// <summary>
- /// 取大值
- /// </summary>
- [Description("取大值")]
- [Nullable(true)]
- [DataLength(1)]
- public string StdMaxFormulaV
- {
- get { return stdMaxFormulaV; }
- set { stdMaxFormulaV = value; }
- }
- /// <summary>
- /// 标准备注
- /// </summary>
- [Description("标准备注")]
- [Nullable(true)]
- [DataLength(200)]
- public string Stdmemo
- {
- get { return stdmemo; }
- set { stdmemo = value; }
- }
- }
- }
|