| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- using System.ComponentModel;
- using Newtonsoft.Json;
- namespace Core.StlMes.Client.Mcp.Control.Entity
- {
- /// <summary>
- /// 数据库表HTT_REPORT_DEFAULT所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
- /// 作者:tgcx-test 时间:2018-07-05
- /// </summary>
- public class HttReportDefaultEntity
- {
- /// <summary>
- /// 产线代码
- /// </summary>
- private string plineCode = "";
- /// <summary>
- /// 报表模板 0-机探 1-手探
- /// </summary>
- private string reportNo = "";
- /// <summary>
- /// 字段名
- /// </summary>
- private string reportColumn = "";
- /// <summary>
- /// 字段类型 0- 文字默认 1-下拉框只选 2-下拉框加可手动输入 99-特定类型
- /// </summary>
- private string columnType = "";
- /// <summary>
- /// 文字默认的值
- /// </summary>
- private string textDefault = "";
- /// <summary>
- /// 下拉框对应的基础信息
- /// </summary>
- private string droplistDefult = "";
- /// <summary>
- /// 用户使用的下拉框值
- /// </summary>
- private string droplistUsed = "";
- /// <summary>
- /// 序号
- /// </summary>
- private decimal? reportSeq = null;
- /// <summary>
- /// 0: 隐藏 1:显示
- /// </summary>
- private string columnVisible = "";
- private string checkNull = "";
- /// <summary>
- /// 位置X
- /// </summary>
- private decimal? originX = null;
- /// <summary>
- /// 位置Y
- /// </summary>
- private decimal? originY = null;
- /// <summary>
- /// 跨度X
- /// </summary>
- private decimal? spanX = null;
- /// <summary>
- /// 跨度Y
- /// </summary>
- private decimal? spanY = null;
- /// <summary>
- /// 输入框宽
- /// </summary>
- private decimal? cellSizeWidth = null;
- /// <summary>
- /// 输入框高
- /// </summary>
- private decimal? cellSizeHigh = null;
- /// <summary>
- /// 标签宽
- /// </summary>
- private decimal? labelSizeWidth = null;
- /// <summary>
- /// 标签高
- /// </summary>
- private decimal? labelSizeHigh = null;
- /// <summary>
- /// 产线代码
- /// </summary>
- [Description("选择")]
- [JsonProperty("Chk")]
- public bool Chk { get; set; }
- /// <summary>
- /// 产线代码
- /// </summary>
- [Description("产线")]
- [JsonProperty("plineCode")]
- public string PlineCode
- {
- get { return plineCode; }
- set { plineCode = value; }
- }
- /// <summary>
- /// 报表模板 0-机探 1-手探
- /// </summary>
- [Description("报表模板")]
- [JsonProperty("reportNo")]
- public string ReportNo
- {
- get { return reportNo; }
- set { reportNo = value; }
- }
- /// <summary>
- /// 字段名
- /// </summary>
- [Description("字段名")]
- [JsonProperty("reportColumn")]
- public string ReportColumn
- {
- get { return reportColumn; }
- set { reportColumn = value; }
- }
- /// <summary>
- /// 字段类型 0- 文字默认 1-下拉框只选 2-下拉框加可手动输入 99-特定类型
- /// </summary>
- [Description("字段类型")]
- [JsonProperty("columnType")]
- public string ColumnType
- {
- get { return columnType; }
- set { columnType = value; }
- }
- /// <summary>
- /// 文字默认的值
- /// </summary>
- [Description("文字默认的值")]
- [JsonProperty("textDefault")]
- public string TextDefault
- {
- get { return textDefault; }
- set { textDefault = value; }
- }
- /// <summary>
- /// 下拉框对应的基础信息
- /// </summary>
- [Description("下拉框对应的基础信息")]
- [JsonProperty("droplistDefult")]
- public string DroplistDefult
- {
- get { return droplistDefult; }
- set { droplistDefult = value; }
- }
- /// <summary>
- /// 用户使用的下拉框值
- /// </summary>
- [Description("用户使用的下拉框值")]
- [JsonProperty("droplistUsed")]
- public string DroplistUsed
- {
- get { return droplistUsed; }
- set { droplistUsed = value; }
- }
- /// <summary>
- /// 序号
- /// </summary>
- [Description("序号")]
- [JsonProperty("reportSeq")]
- public decimal? ReportSeq
- {
- get { return reportSeq; }
- set { reportSeq = value; }
- }
- /// <summary>
- /// 0: 隐藏 1:显示
- /// </summary>
- [Description("显示或隐藏")]
- [JsonProperty("columnVisible")]
- public string ColumnVisible
- {
- get { return columnVisible; }
- set { columnVisible = value; }
- }
- /// <summary>
- /// 0: 隐藏 1:显示
- /// </summary>
- [Description("新增检查")]
- [JsonProperty("checkNull")]
- public string CheckNull
- {
- get { return checkNull; }
- set { checkNull = value; }
- }
- /// <summary>
- /// 位置X
- /// </summary>
- [Description("位置X")]
- [JsonProperty("originX")]
- public decimal? OriginX
- {
- get { return originX; }
- set { originX = value; }
- }
- /// <summary>
- /// 位置Y
- /// </summary>
- [Description("位置Y")]
- [JsonProperty("originY")]
- public decimal? OriginY
- {
- get { return originY; }
- set { originY = value; }
- }
- /// <summary>
- /// 跨度X
- /// </summary>
- [Description("跨度X")]
- [JsonProperty("spanX")]
- public decimal? SpanX
- {
- get { return spanX; }
- set { spanX = value; }
- }
- /// <summary>
- /// 跨度Y
- /// </summary>
- [Description("跨度Y")]
- [JsonProperty("spanY")]
- public decimal? SpanY
- {
- get { return spanY; }
- set { spanY = value; }
- }
- /// <summary>
- /// 输入框宽
- /// </summary>
- [Description("输入框宽")]
- [JsonProperty("cellSizeWidth")]
- public decimal? CellSizeWidth
- {
- get { return cellSizeWidth; }
- set { cellSizeWidth = value; }
- }
- /// <summary>
- /// 输入框高
- /// </summary>
- [Description("输入框高")]
- [JsonProperty("cellSizeHigh")]
- public decimal? CellSizeHigh
- {
- get { return cellSizeHigh; }
- set { cellSizeHigh = value; }
- }
- /// <summary>
- /// 标签宽
- /// </summary>
- [Description("标签宽")]
- [JsonProperty("labelSizeWidth")]
- public decimal? LabelSizeWidth
- {
- get { return labelSizeWidth; }
- set { labelSizeWidth = value; }
- }
- /// <summary>
- /// 标签高
- /// </summary>
- [Description("标签高")]
- [JsonProperty("labelSizeHigh")]
- public decimal? LabelSizeHigh
- {
- get { return labelSizeHigh; }
- set { labelSizeHigh = value; }
- }
- private string machineNo = "";
- /// <summary>
- /// 标签高
- /// </summary>
- [Description("机器编号")]
- [JsonProperty("MACHINE_NO")]
- public string MachineNo
- {
- get { return machineNo; }
- set { machineNo = value; }
- }
- public bool isNew { get; set; }
- }
- }
|