using Core.Mes.Client.Comm.Attribute;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace Core.StlMes.Client.YdmBcPipeManage.Entity
{
///
/// 数据库表YDM_BC_BUTTRESS所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:DM22222 时间:2018-10-25
///
public class YdmBcButtressEntity
{
///
/// 材料号
///
private string matNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 批号(炉批号)
///
private string batchNo = "";
///
/// 组号(规格分的组号)--炉批行----性能批号(重点)---
///
private string batchGroudNo = "";
///
/// 仓库代码
///
private string storageNo = "";
///
/// 库位代码
///
private string locationNo = "";
///
/// 层号
///
private decimal? laryNo = null;
///
/// 位置
///
private decimal? locNo = null;
///
/// 仓库类型(8003 离线库 、投料库、中间库、在线库、成品库)
///
private string storageAttr = "";
///
/// 仓库类型描述
///
private string storageAttrName = "";
///
/// 库类别代码(8002 管、坯、原料库、合金辅料库、工具库
///
private string storageTypeNo = "";
///
/// 库类别代码描述
///
private string storageTypeName = "";
///
/// 作业科室代码
///
private string managementNo = "";
///
/// 作业科室名称
///
private string managementName = "";
///
/// 备注
///
private string memo = "";
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 删除人
///
private string deleteName = "";
///
/// 删除时间
///
private string deleteTime = "";
///
/// 作业部门代码
///
private string departmentCode = "";
///
/// 作业部门描述
///
private string departmentDesc = "";
private string actCount = "";
private string locationName = "";
///
/// 材料号
///
[Description("材料号")]
[Nullable(false)]
[DataLength(20)]
[JsonProperty("matNo")]
public string MatNo
{
get { return matNo; }
set { matNo = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[Nullable(true)]
[DataLength(6)]
[JsonProperty("judgeStoveNo")]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 批号(炉批号)
///
[Description("批号(炉批号)")]
[Nullable(true)]
[DataLength(20)]
[JsonProperty("batchNo")]
public string BatchNo
{
get { return batchNo; }
set { batchNo = value; }
}
///
/// 组号(规格分的组号)--炉批行----性能批号(重点)---
///
[Description("组号")]
[Nullable(true)]
[DataLength(3)]
[JsonProperty("batchGroudNo")]
public string BatchGroudNo
{
get { return batchGroudNo; }
set { batchGroudNo = value; }
}
///
/// 仓库代码
///
[Description("仓库代码")]
[Nullable(true)]
[DataLength(5)]
[JsonProperty("storageNo")]
public string StorageNo
{
get { return storageNo; }
set { storageNo = value; }
}
///
/// 库位代码
///
[Description("库位代码")]
[Nullable(true)]
[DataLength(10)]
[JsonProperty("locationNo")]
public string LocationNo
{
get { return locationNo; }
set { locationNo = value; }
}
///
/// 库位代码
///
[Description("库位名称")]
[Nullable(true)]
[DataLength(10)]
[JsonProperty("locationName")]
public string LocationName
{
get { return locationName; }
set { locationName = value; }
}
///
/// 层号
///
[Description("层号")]
[Nullable(true)]
[DataLength(2)]
[JsonProperty("laryNo")]
public decimal? LaryNo
{
get { return laryNo; }
set { laryNo = value; }
}
///
/// 位置
///
[Description("位置")]
[Nullable(true)]
[DataLength(2)]
[JsonProperty("locNo")]
public decimal? LocNo
{
get { return locNo; }
set { locNo = value; }
}
///
/// 支数
///
[Description("支数")]
[Nullable(true)]
[DataLength(2)]
[JsonProperty("actCount")]
public string ActCount
{
get { return actCount; }
set { actCount = value; }
}
///
/// 仓库类型(8003 离线库 、投料库、中间库、在线库、成品库)
///
[Description("仓库类型")]
[Nullable(true)]
[DataLength(10)]
[JsonProperty("storageAttr")]
public string StorageAttr
{
get { return storageAttr; }
set { storageAttr = value; }
}
///
/// 仓库类型描述
///
[Description("仓库类型描述")]
[Nullable(true)]
[DataLength(20)]
[JsonProperty("storageAttrName")]
public string StorageAttrName
{
get { return storageAttrName; }
set { storageAttrName = value; }
}
///
/// 库类别代码(8002 管、坯、原料库、合金辅料库、工具库
///
[Description("库类别代码(8002 管、坯、原料库、合金辅料库、工具库")]
[Nullable(true)]
[DataLength(10)]
[JsonProperty("storageTypeNo")]
public string StorageTypeNo
{
get { return storageTypeNo; }
set { storageTypeNo = value; }
}
///
/// 库类别代码描述
///
[Description("库类别代码描述")]
[Nullable(true)]
[DataLength(20)]
[JsonProperty("storageTypeName")]
public string StorageTypeName
{
get { return storageTypeName; }
set { storageTypeName = value; }
}
///
/// 作业科室代码
///
[Description("作业科室代码")]
[Nullable(true)]
[DataLength(20)]
[JsonProperty("managementNo")]
public string ManagementNo
{
get { return managementNo; }
set { managementNo = value; }
}
///
/// 作业科室名称
///
[Description("作业科室名称")]
[Nullable(true)]
[DataLength(40)]
[JsonProperty("managementName")]
public string ManagementName
{
get { return managementName; }
set { managementName = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(200)]
[JsonProperty("memo")]
public string Memo
{
get { return memo; }
set { memo = value; }
}
///
/// 创建人
///
[Description("创建人")]
[Nullable(true)]
[DataLength(20)]
[JsonProperty("createName")]
public string CreateName
{
get { return createName; }
set { createName = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
[JsonProperty("createTime")]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 修改人
///
[Description("修改人")]
[Nullable(true)]
[DataLength(20)]
[JsonProperty("updateName")]
public string UpdateName
{
get { return updateName; }
set { updateName = value; }
}
///
/// 修改时间
///
[Description("修改时间")]
[Nullable(true)]
[JsonProperty("updateTime")]
public string UpdateTime
{
get { return updateTime; }
set { updateTime = value; }
}
///
/// 删除人
///
[Description("删除人")]
[Nullable(true)]
[DataLength(20)]
[JsonProperty("deleteName")]
public string DeleteName
{
get { return deleteName; }
set { deleteName = value; }
}
///
/// 删除时间
///
[Description("删除时间")]
[Nullable(true)]
[JsonProperty("deleteTime")]
public string DeleteTime
{
get { return deleteTime; }
set { deleteTime = value; }
}
///
/// 作业部门代码
///
[Description("作业部门代码")]
[Nullable(true)]
[DataLength(20)]
[JsonProperty("departmentCode")]
public string DepartmentCode
{
get { return departmentCode; }
set { departmentCode = value; }
}
///
/// 作业部门描述
///
[Description("作业部门描述")]
[Nullable(true)]
[DataLength(40)]
[JsonProperty("departmentDesc")]
public string DepartmentDesc
{
get { return departmentDesc; }
set { departmentDesc = value; }
}
}
}