| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- 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_WIC所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:Chenxi-PC2 时间:2015-09-17
- /// </summary>
- public class SlmOrdDesignStdWicEntity
- {
- /// <summary>
- /// DESGIN_KEY
- /// </summary>
- private string desginKey = "";
- /// <summary>
- /// 水压索引码
- /// </summary>
- private string wic = "";
- /// <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>
- /// 试验压力(psi)(英制)
- /// </summary>
- private string pressureY = "";
- /// <summary>
- /// 试验压力(MPa)(公制)
- /// </summary>
- private string pressure = "";
- /// <summary>
- /// 试验压力(公式)
- /// </summary>
- private string formula = "";
- /// <summary>
- /// 保压时间(S)
- /// </summary>
- private string saveTime = "";
- /// <summary>
- /// 取大值
- /// </summary>
- private string getMaxvalue = "";
- /// <summary>
- /// 取小值
- /// </summary>
- private string getMinvalue = "";
- /// <summary>
- /// 标准试验压力系数
- /// </summary>
- private decimal? ratioStd = null;
- /// <summary>
- /// 替代试验压力系数
- /// </summary>
- private decimal? ratioReplace = null;
- /// <summary>
- /// 最大试验压力
- /// </summary>
- private string maxPress = "";
- /// <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 Wic
- {
- get { return wic; }
- set { wic = 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>
- /// 试验压力(psi)(英制)
- /// </summary>
- [Description("试验压力(psi)(英制)")]
- [Nullable(true)]
- [DataLength(10)]
- public string PressureY
- {
- get { return pressureY; }
- set { pressureY = value; }
- }
- /// <summary>
- /// 试验压力(MPa)(公制)
- /// </summary>
- [Description("试验压力(MPa)(公制)")]
- [Nullable(true)]
- [DataLength(10)]
- public string Pressure
- {
- get { return pressure; }
- set { pressure = value; }
- }
- /// <summary>
- /// 试验压力(公式)
- /// </summary>
- [Description("试验压力(公式)")]
- [Nullable(true)]
- [DataLength(100)]
- public string Formula
- {
- get { return formula; }
- set { formula = value; }
- }
- /// <summary>
- /// 保压时间(S)
- /// </summary>
- [Description("保压时间(S)")]
- [Nullable(true)]
- [DataLength(10)]
- public string SaveTime
- {
- get { return saveTime; }
- set { saveTime = value; }
- }
- /// <summary>
- /// 取大值
- /// </summary>
- [Description("取大值")]
- [Nullable(true)]
- [DataLength(1)]
- public string GetMaxvalue
- {
- get { return getMaxvalue; }
- set { getMaxvalue = value; }
- }
- /// <summary>
- /// 取小值
- /// </summary>
- [Description("取小值")]
- [Nullable(true)]
- [DataLength(1)]
- public string GetMinvalue
- {
- get { return getMinvalue; }
- set { getMinvalue = value; }
- }
- /// <summary>
- /// 标准试验压力系数
- /// </summary>
- [Description("标准试验压力系数")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? RatioStd
- {
- get { return ratioStd; }
- set { ratioStd = value; }
- }
- /// <summary>
- /// 替代试验压力系数
- /// </summary>
- [Description("替代试验压力系数")]
- [Nullable(true)]
- [DataLength(22)]
- public decimal? RatioReplace
- {
- get { return ratioReplace; }
- set { ratioReplace = value; }
- }
- /// <summary>
- /// 最大试验压力
- /// </summary>
- [Description("最大试验压力")]
- [Nullable(true)]
- [DataLength(10)]
- public string MaxPress
- {
- get { return maxPress; }
- set { maxPress = value; }
- }
- }
- }
|